diff options
Diffstat (limited to 'lisp/double.el')
-rw-r--r-- | lisp/double.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/double.el b/lisp/double.el index 8d36d21b0fa..39a55744a05 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -187,7 +187,8 @@ use either \\[customize] or the function `double-mode'." ;;;###autoload (defun double-mode (arg) "Toggle Double mode. -With prefix arg, turn Double mode on iff arg is positive. +With prefix argument ARG, turn Double mode on if ARG is positive, otherwise +turn it off. When Double mode is on, some keys will insert different strings when pressed twice. See variable `double-map' for details." |