Mercurial > emacs
changeset 47253:d09547c3e778
(double-prefix-only): Fix spacing.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Sep 2002 07:12:37 +0000 |
parents | 0fcc52168240 |
children | f66d837bdbff |
files | lisp/double.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/double.el Fri Sep 06 07:12:06 2002 +0000 +++ b/lisp/double.el Fri Sep 06 07:12:37 2002 +0000 @@ -75,7 +75,7 @@ (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)