diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 6 |
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'. | |||
| 24909 | For any other non-nil value, truncate lines in all windows with | 24909 | For any other non-nil value, truncate lines in all windows with |
| 24910 | less than the full frame width. | 24910 | less than the full frame width. |
| 24911 | 24911 | ||
| 24912 | A value of nil means to respect the value of `truncate-lines'. */); | 24912 | A value of nil means to respect the value of `truncate-lines'. |
| 24913 | Vtruncate_partial_width_windows = make_number (30); | 24913 | |
| 24914 | If `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. |