changeset 74392:391c63d1de1c

(toggle-truncate-lines): Clarify doc string.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 04 Dec 2006 05:51:48 +0000
parents 29499112195d
children cf9019dcbe9b
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Dec 04 05:51:04 2006 +0000
+++ b/lisp/simple.el	Mon Dec 04 05:51:48 2006 +0000
@@ -4329,7 +4329,7 @@
 (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")