mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 13:07:59 +01:00
; Fix single quote docstring warning
* exwm-input.el (exwm-input-prefix-keys): Fix docstring.
This commit is contained in:
parent
236f3ca467
commit
9b130b2e9a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue