about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-01-09T18·46+0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-01-12T09·07+0100
commit2e79830e3942f1c3c71c43d973b248b7bbbcd686 (patch)
treedaaff5c8914b1dcbc08c7eeeae07e8a161f5c395 /exwm-input.el
parent22aa38b0cda9b58865ec2d59dc89bc32884ffc76 (diff)
; First line of docstring should be a full sentence
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/exwm-input.el b/exwm-input.el
index 147638be72..bb97adc623 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -107,8 +107,7 @@ 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 read functions that must be exempted from EXWM input handling.")
 
 (defvar exwm-input--during-command nil
   "Indicate whether between `pre-command-hook' and `post-command-hook'.")