diff lisp/textmodes/two-column.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 99b67eaf3990
children dc100f64b2b7 e1af3a725ca4 424b655804ca
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el	Wed Aug 08 07:21:23 2007 +0000
+++ b/lisp/textmodes/two-column.el	Wed Aug 08 07:22:47 2007 +0000
@@ -561,8 +561,10 @@
   (newline arg))
 
 (defun 2C-toggle-autoscroll (arg)
-  "Toggle autoscrolling, or set it iff prefix ARG is non-nil and positive.
-When autoscrolling is turned on, this also realigns the two buffers."
+  "Toggle autoscrolling.
+With prefix argument ARG, turn on autoscrolling if ARG is
+positive, otherwise turn it off.  When autoscrolling is turned
+on, this also realigns the two buffers."
   (interactive "P")
   ;(sit-for 0)
   (setq 2C-autoscroll-start (window-start))