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/two-column.el | |
| parent | df26688bd008d27830c166dbc3caccad7e83da0f (diff) | |
| download | emacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.tar.gz | |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/textmodes/two-column.el')
| -rw-r--r-- | lisp/textmodes/two-column.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index eebd1923b63..e1f55c0dece 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -561,8 +561,10 @@ off trailing spaces with \\[delete-trailing-whitespace]." (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)) |
