* src/buffer.c (truncate-lines): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 25 Sep 2011 02:30:31 +0000 (19:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 25 Sep 2011 02:30:31 +0000 (19:30 -0700)
src/ChangeLog
src/buffer.c

index eff52db..5c51023 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-25  Glenn Morris  <rgm@gnu.org>
+
+       * buffer.c (truncate-lines): Doc fix.
+
 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
index 37d2975..dffdeb5 100644 (file)
@@ -5493,7 +5493,9 @@ Instead, give each line of text just one screen line.
 
 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.