From: Glenn Morris Date: Fri, 29 Aug 2008 06:52:05 +0000 (+0000) Subject: (truncate-partial-width-windows): Doc fix. Increase default to 50. X-Git-Tag: emacs-pretest-23.0.90~3188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b4ffd62977ed2cbca95dc3427c6714f86d70f38;p=emacs.git (truncate-partial-width-windows): Doc fix. Increase default to 50. --- diff --git a/src/xdisp.c b/src/xdisp.c index dc1dd16a3bc..d0b557c3595 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -24909,8 +24909,10 @@ otherwise, respect the value of `truncate-lines'. 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.