comparison src/xdisp.c @ 104882:3fea2465f700

(Vtruncate_partial_width_windows): Improve docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Sep 2009 01:21:10 +0000
parents d41cf7441bee
children 9d2e34daf3ab
comparison
equal deleted inserted replaced
104881:98356e8ba345 104882:3fea2465f700
24860 DEFVAR_INT ("debug-end-pos", &debug_end_pos, doc: /* Don't ask. */); 24860 DEFVAR_INT ("debug-end-pos", &debug_end_pos, doc: /* Don't ask. */);
24861 #endif 24861 #endif
24862 24862
24863 DEFVAR_LISP ("truncate-partial-width-windows", 24863 DEFVAR_LISP ("truncate-partial-width-windows",
24864 &Vtruncate_partial_width_windows, 24864 &Vtruncate_partial_width_windows,
24865 doc: /* Non-nil means truncate lines in windows with less than the frame width. 24865 doc: /* Non-nil means truncate lines in windows narrower than the frame.
24866 For an integer value, truncate lines in each window with less than the 24866 For an integer value, truncate lines in each window narrower than the
24867 full frame width, provided the window width is less than that integer; 24867 full frame width, provided the window width is less than that integer;
24868 otherwise, respect the value of `truncate-lines'. 24868 otherwise, respect the value of `truncate-lines'.
24869 24869
24870 For any other non-nil value, truncate lines in all windows with 24870 For any other non-nil value, truncate lines in all windows that do
24871 less than the full frame width. 24871 not span the full frame width.
24872 24872
24873 A value of nil means to respect the value of `truncate-lines'. 24873 A value of nil means to respect the value of `truncate-lines'.
24874 24874
24875 If `word-wrap' is enabled, you might want to reduce this. */); 24875 If `word-wrap' is enabled, you might want to reduce this. */);
24876 Vtruncate_partial_width_windows = make_number (50); 24876 Vtruncate_partial_width_windows = make_number (50);