emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1251
retrieving revision 1.1252
diff -u -b -r1.1251 -r1.1252
--- xdisp.c     29 Aug 2008 01:06:42 -0000      1.1251
+++ xdisp.c     29 Aug 2008 06:52:05 -0000      1.1252
@@ -24909,8 +24909,10 @@
 For any other non-nil value, truncate lines in all windows with
 less than the full frame width.
 
-A value of nil means to respect the value of `truncate-lines'.  */);
-  Vtruncate_partial_width_windows = make_number (30);
+A value of nil means to respect the value of `truncate-lines'.
+
+If `word-wrap' is enabled, you might want to reduce this.  */);
+  Vtruncate_partial_width_windows = make_number (50);
 
   DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
     doc: /* When nil, display the mode-line/header-line/menu-bar in the 
default face.




reply via email to

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