comparison lisp/textmodes/refill.el @ 78482:80e300a489d6

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:22:47 +0000
parents b6d25790aab2
children dc100f64b2b7 424b655804ca
comparison
equal deleted inserted replaced
78481:bc53aa750f3b 78482:80e300a489d6
215 (defvar refill-saved-state nil) 215 (defvar refill-saved-state nil)
216 216
217 ;;;###autoload 217 ;;;###autoload
218 (define-minor-mode refill-mode 218 (define-minor-mode refill-mode
219 "Toggle Refill minor mode. 219 "Toggle Refill minor mode.
220 With prefix arg, turn Refill mode on iff arg is positive. 220 With prefix arg, turn Refill mode on if arg is positive, otherwise turn it off.
221 221
222 When Refill mode is on, the current paragraph will be formatted when 222 When Refill mode is on, the current paragraph will be formatted when
223 changes are made within it. Self-inserting characters only cause 223 changes are made within it. Self-inserting characters only cause
224 refilling if they would cause auto-filling." 224 refilling if they would cause auto-filling."
225 :group 'refill 225 :group 'refill