summaryrefslogtreecommitdiff
path: root/doc/emacs/display.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-03-26 10:17:12 +0300
committerEli Zaretskii <eliz@gnu.org>2016-03-26 10:17:12 +0300
commit8ee4c52abc98e6522d812a29cfe57ffbdeb98144 (patch)
tree460fdd7e8c21f5b2e2d044006808fdcf05f6253d /doc/emacs/display.texi
parentfb9a62c9c454df1a5c24b76b5d17ac13721f04d2 (diff)
downloademacs-8ee4c52abc98e6522d812a29cfe57ffbdeb98144.tar.gz
Improve documentatuon of 'truncate-partial-width-windows'
* src/xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Clarify in the doc string how the width of partial-width windows is computed for the purposes of truncation decision. (Bug#4338) * doc/emacs/windows.texi (Split Window): Clarify how the width of windows is calculated for the purposes of truncation decision. * doc/emacs/display.texi (Line Truncation): Remove a redundant index entry.
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r--doc/emacs/display.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index c8987c279c5..01f899f1c09 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1601,7 +1601,6 @@ screen lines. Setting the variable @code{truncate-lines} in any way
makes it local to the current buffer; until that time, the default
value, which is normally @code{nil}, is in effect.
-@vindex truncate-partial-width-windows
If a split window becomes too narrow, Emacs may automatically enable
line truncation. @xref{Split Window}, for the variable
@code{truncate-partial-width-windows} which controls this.