# HG changeset patch # User Juanma Barranquero # Date 1031296357 0 # Node ID d09547c3e778bd609405e9b551ac89e32d0bdb57 # Parent 0fcc5216824076b510b656705334b149b9522a08 (double-prefix-only): Fix spacing. diff -r 0fcc52168240 -r d09547c3e778 lisp/double.el --- 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)