emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105914: * src/buffer.c (truncate-lin


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105914: * src/buffer.c (truncate-lines): Doc fix.
Date: Sat, 24 Sep 2011 19:30:31 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105914
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-24 19:30:31 -0700
message:
  * src/buffer.c (truncate-lines): Doc fix.
modified:
  src/ChangeLog
  src/buffer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-09-24 22:51:36 +0000
+++ b/src/ChangeLog     2011-09-25 02:30:31 +0000
@@ -1,3 +1,7 @@
+2011-09-25  Glenn Morris  <address@hidden>
+
+       * buffer.c (truncate-lines): Doc fix.
+
 2011-09-24  Chong Yidong  <address@hidden>
 
        * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2011-08-25 19:06:56 +0000
+++ b/src/buffer.c      2011-09-25 02:30:31 +0000
@@ -5493,7 +5493,9 @@
 
 Note that this is overridden by the variable
 `truncate-partial-width-windows' if that variable is non-nil
-and this buffer is not full-frame width.  */);
+and this buffer is not full-frame width.
+
+Minibuffers set this variable to nil.  */);
 
   DEFVAR_PER_BUFFER ("word-wrap", &BVAR (current_buffer, word_wrap), Qnil,
                     doc: /* *Non-nil means to use word-wrapping for 
continuation lines.


reply via email to

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