aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2009-09-09 01:21:10 +0000
committerStefan Monnier2009-09-09 01:21:10 +0000
commit7dfac189f80c0fcdd164a741c6402cb7506eb48b (patch)
treee77cf9ae9401fc3fe7cc29381a362c06b2763954
parent755e021055b1696ab5339ee3c180ed1514571d3d (diff)
downloademacs-7dfac189f80c0fcdd164a741c6402cb7506eb48b.tar.gz
emacs-7dfac189f80c0fcdd164a741c6402cb7506eb48b.zip
(Vtruncate_partial_width_windows): Improve docstring.
-rw-r--r--src/xdisp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 52c4037bbb2..f67081a959d 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -24862,13 +24862,13 @@ Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI). */);
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.
24866For an integer value, truncate lines in each window with less than the 24866For an integer value, truncate lines in each window narrower than the
24867full frame width, provided the window width is less than that integer; 24867full frame width, provided the window width is less than that integer;
24868otherwise, respect the value of `truncate-lines'. 24868otherwise, respect the value of `truncate-lines'.
24869 24869
24870For any other non-nil value, truncate lines in all windows with 24870For any other non-nil value, truncate lines in all windows that do
24871less than the full frame width. 24871not span the full frame width.
24872 24872
24873A value of nil means to respect the value of `truncate-lines'. 24873A value of nil means to respect the value of `truncate-lines'.
24874 24874