mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(double-prefix-only): Fix spacing.
This commit is contained in:
parent
4f7bf99054
commit
8a3663f3de
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue