; Fix single quote docstring warning

* exwm-input.el (exwm-input-prefix-keys): Fix docstring.
This commit is contained in:
Daniel Mendler 2024-05-17 11:26:50 +02:00
parent 236f3ca467
commit 9b130b2e9a
No known key found for this signature in database
GPG key ID: D88ADB2A2693CA43

View file

@ -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)