diff options
| author | Glenn Morris | 2008-08-29 06:52:05 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-29 06:52:05 +0000 |
| commit | 0b4ffd62977ed2cbca95dc3427c6714f86d70f38 (patch) | |
| tree | 6e8f2a6d7daf3ed3c97590f875cabd59634813d4 | |
| parent | eb577e2701ec2d18d3af84751b06c3e7201e446a (diff) | |
| download | emacs-0b4ffd62977ed2cbca95dc3427c6714f86d70f38.tar.gz emacs-0b4ffd62977ed2cbca95dc3427c6714f86d70f38.zip | |
(truncate-partial-width-windows): Doc fix. Increase default to 50.
| -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. |