diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
commit | 3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (patch) | |
tree | 598e888ff354bd38c9a6e819d200bca004e34229 /lisp/textmodes/refill.el | |
parent | df26688bd008d27830c166dbc3caccad7e83da0f (diff) | |
download | emacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/textmodes/refill.el')
-rw-r--r-- | lisp/textmodes/refill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index a20a482a1c9..3717faa8ad2 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el @@ -217,7 +217,7 @@ complex processing.") ;;;###autoload (define-minor-mode refill-mode "Toggle Refill minor mode. -With prefix arg, turn Refill mode on iff arg is positive. +With prefix arg, turn Refill mode on if arg is positive, otherwise turn it off. When Refill mode is on, the current paragraph will be formatted when changes are made within it. Self-inserting characters only cause |