1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(truncate-partial-width-windows): Doc fix. Increase default to 50.

This commit is contained in:
Glenn Morris 2008-08-29 06:52:05 +00:00
parent eb577e2701
commit 0b4ffd6297

View file

@ -24909,8 +24909,10 @@ otherwise, respect the value of `truncate-lines'.
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.