# HG changeset patch # User Glenn Morris # Date 1219992725 0 # Node ID 56923f21f19f0ad1cb6c6407260da4f29c32ad22 # Parent ec7f95140247fcc170f1263714c1dee1aa8ed8cc (truncate-partial-width-windows): Doc fix. Increase default to 50. diff -r ec7f95140247 -r 56923f21f19f src/xdisp.c --- a/src/xdisp.c Fri Aug 29 06:50:34 2008 +0000 +++ b/src/xdisp.c Fri Aug 29 06:52:05 2008 +0000 @@ -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.