diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-12-04 05:51:48 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-12-04 05:51:48 +0000 |
commit | 215f50ced9ab46dece01e198b5fee000bdf22c96 (patch) | |
tree | c40ba8d781a2c8f64e69b351594bc5ee7fddf212 | |
parent | 6dadbf891502221ec09d6ac689b326b50a931c8f (diff) | |
download | emacs-215f50ced9ab46dece01e198b5fee000bdf22c96.tar.gz |
(toggle-truncate-lines): Clarify doc string.
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 7a278ad3db6..aa44fa382ba 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4329,7 +4329,7 @@ The variable `selective-display' has a separate value for each buffer." (defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines) (defun toggle-truncate-lines (&optional arg) - "Toggle whether to fold or truncate long lines on the screen. + "Toggle whether to fold or truncate long lines for the current buffer. With arg, truncate long lines iff arg is positive. Note that in side-by-side windows, truncation is always enabled." (interactive "P") |