diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2024-01-08T00·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2024-01-08T00·00+0000 |
commit | 798dc60a9b926e3fb3e48198ac507c8f9cc7299c (patch) | |
tree | bbc15dcedcd15f418a33a2b9e91016d117ef706d /exwm.el | |
parent | 41927622237d8b0df1d4922c45fa55d854a006e2 (diff) |
; Shorten docstrings
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exwm.el b/exwm.el index f3cc7bd70f76..d2a0a625a696 100644 --- a/exwm.el +++ b/exwm.el @@ -113,7 +113,8 @@ "Name of the subordinate Emacs server.") (defvar exwm--server-timeout 1 - "Number of seconds to wait for the subordinate Emacs server to exit before killing it.") + "Number of seconds to wait for the subordinate Emacs server to exit before +killing it.") (defvar exwm--server-process nil "Process of the subordinate Emacs server.") |