about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-05-17T09·26+0200
committerDaniel Mendler <mail@daniel-mendler.de>2024-05-17T09·28+0200
commit9b130b2e9a4e59a4422dcbe8162a06084d88696d (patch)
tree4e4a3abc823ba7974dd8b13e34e820c048f7aca9 /exwm-input.el
parent236f3ca467ba9d3aa666cb77ece61c6db03b99ce (diff)
; Fix single quote docstring warning
* exwm-input.el (exwm-input-prefix-keys): Fix docstring.
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-input.el b/exwm-input.el
index f1f035c91ad9..eac0ef6a374e 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -46,7 +46,7 @@
   '(?\C-x ?\C-u ?\C-h ?\M-x ?\M-` ?\M-& ?\M-:)
   "List of prefix keys EXWM should forward to Emacs when in `line-mode'.
 
-The point is to make keys like 'C-x C-f' forwarded to Emacs in `line-mode'.
+The point is to make keys like `C-x C-f' forwarded to Emacs in `line-mode'.
 There is no need to add prefix keys for global/simulation keys or those
 defined in `exwm-mode-map' here."
   :type '(repeat key-sequence)