diff options
| author | Stefan Monnier | 2009-09-09 01:21:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-09 01:21:10 +0000 |
| commit | 7dfac189f80c0fcdd164a741c6402cb7506eb48b (patch) | |
| tree | e77cf9ae9401fc3fe7cc29381a362c06b2763954 | |
| parent | 755e021055b1696ab5339ee3c180ed1514571d3d (diff) | |
| download | emacs-7dfac189f80c0fcdd164a741c6402cb7506eb48b.tar.gz emacs-7dfac189f80c0fcdd164a741c6402cb7506eb48b.zip | |
(Vtruncate_partial_width_windows): Improve docstring.
| -rw-r--r-- | src/xdisp.c | 8 |
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. |
| 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 | ||