emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/buffer.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v
Date: Fri, 29 Aug 2008 06:50:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/08/29 06:50:35

Index: buffer.c
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.c,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -b -r1.566 -r1.567
--- buffer.c    5 Aug 2008 15:04:03 -0000       1.566
+++ buffer.c    29 Aug 2008 06:50:34 -0000      1.567
@@ -5760,7 +5760,10 @@
 If nil, continuation lines are wrapped at the right screen edge.
 
 This variable has no effect if long lines are truncated (see
-`truncate-lines' and `truncate-partial-width-windows').  */);
+`truncate-lines' and `truncate-partial-width-windows').  If you use
+word-wrapping, you might want to reduce the value of
+`truncate-partial-width-windows', since wrapping can make text readable
+in narrower windows.  */);
 
 #ifdef DOS_NT
   DEFVAR_PER_BUFFER ("buffer-file-type", &current_buffer->buffer_file_type,




reply via email to

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