aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.