summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-10 20:06:21 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-10 20:06:21 +0000
commitcfd6fbf4ce9694329aad99282de898525ea33aa3 (patch)
tree4943cdf2da08d8e1e9042301029732b3619b539a
parent7f029ed4e6dac57e834018009862b7036d6ef75e (diff)
downloademacs-cfd6fbf4ce9694329aad99282de898525ea33aa3.tar.gz
(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 75d23fe1c17..2afc1f7801d 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)