diff lisp/double.el @ 47253:d09547c3e778

(double-prefix-only): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 07:12:37 +0000
parents b174db545cfd
children 37645a051842
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)