]> git.eshelyaron.com Git - emacs.git/commitdiff
(toggle-truncate-lines): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 10 Apr 2008 07:46:40 +0000 (07:46 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 Apr 2008 07:46:40 +0000 (07:46 +0000)
lisp/ChangeLog
lisp/simple.el

index a7aeb66804131a2692dc69bb2af39f164c77090b..6f7c05ce28d66e101311bc7247db9f6cf03e58fb 100644 (file)
@@ -24,6 +24,8 @@
 
 2008-04-10  Glenn Morris  <rgm@gnu.org>
 
+       * simple.el (toggle-truncate-lines): Doc fix.
+
        * Makefile.in (MH_E_DIR): New variable.
        (MH_E_SRC): Restore variable removed 2008-03-13.
        (mh-loaddefs.el): Depend on $MH_E_SRC.
index 9135ad502182d3e65278d77fb5551e8969eca73e..02d2d5c8779cf78cec783042b77da4d9385d5b8e 100644 (file)
@@ -4738,7 +4738,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)