mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(double-prefix-only): Fix spacing.
This commit is contained in:
parent
4f7bf99054
commit
8a3663f3de
@ -75,7 +75,7 @@ Each entry is a list with three elements:
|
||||
|
||||
(defcustom double-prefix-only t
|
||||
"*Non-nil means that Double mode mapping only works for prefix keys.
|
||||
That is, for any key `X' in `double-map', `X' alone will be mapped
|
||||
That is, for any key `X' in `double-map', `X' alone will be mapped
|
||||
but not `C-u X' or `ESC X' since the X is not the prefix key."
|
||||
:group 'double
|
||||
:type 'boolean)
|
||||
|
Loading…
Reference in New Issue
Block a user