aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-08-10 20:06:21 +0000
committerGlenn Morris <[email protected]>2008-08-10 20:06:21 +0000
commita72196e7f4b5ac1f2f8b8c79e898cadf95267076 (patch)
treee3832e9e91694e9b42d38b8d239d091937de9676
parent411518022540534f3eb83cdf457ec6aebced9a2f (diff)
(toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).
-rw-r--r--lisp/simple.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 75d23fe1c1..2afc1f7801 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4359,7 +4359,8 @@ The variable `selective-display' has a separate value for each buffer."
"Toggle whether to fold or truncate long lines for the current buffer.
With prefix argument ARG, truncate long lines if ARG is positive,
otherwise don't truncate them. Note that in side-by-side
-windows, truncation is always enabled."
+windows, this command has no effect if `truncate-partial-width-windows'
+is non-nil."
(interactive "P")
(setq truncate-lines
(if (null arg)