summaryrefslogtreecommitdiff
path: root/lisp/double.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:12:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:12:37 +0000
commit2f44405edc8d8779fd2b22780ae8bbac4648f23d (patch)
treee47926b130dca618cf9fec764b4a57e52547976a /lisp/double.el
parenteeedad2207f986495ad0b67d7e65122b53ce2f06 (diff)
downloademacs-2f44405edc8d8779fd2b22780ae8bbac4648f23d.tar.gz
(double-prefix-only): Fix spacing.
Diffstat (limited to 'lisp/double.el')
-rw-r--r--lisp/double.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/double.el b/lisp/double.el
index 9287aa7f907..ed427d056b1 100644
--- a/lisp/double.el
+++ b/lisp/double.el
@@ -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)