diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
commit | 4837b516ea56c6cc2b3ce823b04078b10b2defc6 (patch) | |
tree | 8d2cf5aab413be0a169520329f869601e2fed0bf /lisp/double.el | |
parent | 5453fa41122e3278a442f4fab855561e41f4034f (diff) | |
download | emacs-4837b516ea56c6cc2b3ce823b04078b10b2defc6.tar.gz |
Replace `iff' in doc-strings and comments.
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 4b1d59ff1ec..0b5cf110fbd 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -186,7 +186,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." |