aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-29 06:52:05 +0000
committerGlenn Morris2008-08-29 06:52:05 +0000
commit0b4ffd62977ed2cbca95dc3427c6714f86d70f38 (patch)
tree6e8f2a6d7daf3ed3c97590f875cabd59634813d4
parenteb577e2701ec2d18d3af84751b06c3e7201e446a (diff)
downloademacs-0b4ffd62977ed2cbca95dc3427c6714f86d70f38.tar.gz
emacs-0b4ffd62977ed2cbca95dc3427c6714f86d70f38.zip
(truncate-partial-width-windows): Doc fix. Increase default to 50.
-rw-r--r--src/xdisp.c6
1 files changed, 4 insertions, 2 deletions
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'.
24909For any other non-nil value, truncate lines in all windows with 24909For any other non-nil value, truncate lines in all windows with
24910less than the full frame width. 24910less than the full frame width.
24911 24911
24912A value of nil means to respect the value of `truncate-lines'. */); 24912A value of nil means to respect the value of `truncate-lines'.
24913 Vtruncate_partial_width_windows = make_number (30); 24913
24914If `word-wrap' is enabled, you might want to reduce this. */);
24915 Vtruncate_partial_width_windows = make_number (50);
24914 24916
24915 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video, 24917 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
24916 doc: /* When nil, display the mode-line/header-line/menu-bar in the default face. 24918 doc: /* When nil, display the mode-line/header-line/menu-bar in the default face.