emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 798dc60a9b 10/10: ; Shorten docstrings


From: Adrián Medraño Calvo
Subject: [elpa] externals/exwm 798dc60a9b 10/10: ; Shorten docstrings
Date: Mon, 8 Jan 2024 11:05:46 -0500 (EST)

branch: externals/exwm
commit 798dc60a9b926e3fb3e48198ac507c8f9cc7299c
Author: Adrián Medraño Calvo <adrian@medranocalvo.com>
Commit: Adrián Medraño Calvo <adrian@medranocalvo.com>

    ; Shorten docstrings
---
 exwm-input.el | 5 +++--
 exwm.el       | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/exwm-input.el b/exwm-input.el
index a37f416807..366fd624d9 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -107,7 +107,8 @@ defined in `exwm-mode-map' here."
                                               read-key-sequence-vector
                                               read-key-sequence
                                               read-event)
-  "Low-level functions that read events and need to be exempted from EXWM's 
input handling.")
+  "Low-level functions that read events and need to be exempted from
+EXWM's input handling.")
 
 (defvar exwm-input--during-command nil
   "Indicate whether between `pre-command-hook' and `post-command-hook'.")
@@ -1166,7 +1167,7 @@ One use is to access the keymap bound to KEYS (as prefix 
keys) in `char-mode'."
     (exwm-input--on-minibuffer-exit)))
 
 (defun exwm-input--call-with-passthrough (function &rest args)
-  "Bind `exwm-input-line-mode-passthrough' and call the specified FUNCTION 
with ARGS."
+  "Bind `exwm-input-line-mode-passthrough' and call FUNCTION with ARGS."
   (let ((exwm-input-line-mode-passthrough t))
     (apply function args)))
 
diff --git a/exwm.el b/exwm.el
index f3cc7bd70f..d2a0a625a6 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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]