aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 07:12:37 +0000
committerJuanma Barranquero2002-09-06 07:12:37 +0000
commit8a3663f3de706e2fda706801ef94f177b470ab28 (patch)
tree17ed0d080c475174ce8c3d379877e1edefa8a530
parent4f7bf99054af1c3e145519687a1965dee90cae7d (diff)
downloademacs-8a3663f3de706e2fda706801ef94f177b470ab28.tar.gz
emacs-8a3663f3de706e2fda706801ef94f177b470ab28.zip
(double-prefix-only): Fix spacing.
-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:
75 75
76(defcustom double-prefix-only t 76(defcustom double-prefix-only t
77 "*Non-nil means that Double mode mapping only works for prefix keys. 77 "*Non-nil means that Double mode mapping only works for prefix keys.
78That is, for any key `X' in `double-map', `X' alone will be mapped 78That is, for any key `X' in `double-map', `X' alone will be mapped
79but not `C-u X' or `ESC X' since the X is not the prefix key." 79but not `C-u X' or `ESC X' since the X is not the prefix key."
80 :group 'double 80 :group 'double
81 :type 'boolean) 81 :type 'boolean)