]> git.eshelyaron.com Git - emacs.git/commitdiff
(toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).
authorGlenn Morris <rgm@gnu.org>
Sun, 10 Aug 2008 20:06:21 +0000 (20:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 10 Aug 2008 20:06:21 +0000 (20:06 +0000)
lisp/simple.el

index 75d23fe1c173a447a2c53a05b3918f5f2d87788c..2afc1f7801d1ef98ad0e4c74f4b1d3e932f85884 100644 (file)
@@ -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)