emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Thu, 10 Apr 2008 07:45:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/10 07:45:42

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.917
retrieving revision 1.918
diff -u -b -r1.917 -r1.918
--- simple.el   4 Apr 2008 16:16:22 -0000       1.917
+++ simple.el   10 Apr 2008 07:45:42 -0000      1.918
@@ -4738,7 +4738,8 @@
   "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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]