about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2024-01-08T00·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2024-01-08T00·00+0000
commit798dc60a9b926e3fb3e48198ac507c8f9cc7299c (patch)
treebbc15dcedcd15f418a33a2b9e91016d117ef706d /exwm-input.el
parent41927622237d8b0df1d4922c45fa55d854a006e2 (diff)
; Shorten docstrings
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/exwm-input.el b/exwm-input.el
index a37f4168076b..366fd624d91f 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)))