aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-23 10:45:46 +0300
committerEli Zaretskii2017-09-23 10:45:46 +0300
commit820739bbb572b30b6ce45756c9960e48dca859af (patch)
tree94f7a34f5b9b2c19d545c7a4b0bcc8d734a693a3 /doc
parentf2b2201594b59ff758347644a84cdc8f6b046ec9 (diff)
downloademacs-820739bbb572b30b6ce45756c9960e48dca859af.tar.gz
emacs-820739bbb572b30b6ce45756c9960e48dca859af.zip
; * doc/emacs/display.texi (Display Custom): Fix wording.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index f074e989bc0..6afd8366b25 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1745,7 +1745,7 @@ invisible parts of text), and lines which wrap to consume more than
1745one screen line will be numbered that many times. The displayed 1745one screen line will be numbered that many times. The displayed
1746numbers are relative, as with @code{relative} value above. This is 1746numbers are relative, as with @code{relative} value above. This is
1747handy in modes that fold text, such as Outline mode (@pxref{Outline 1747handy in modes that fold text, such as Outline mode (@pxref{Outline
1748Mode}), and need to move by exact number of screen lines. 1748Mode}), and when you need to move by exact number of screen lines.
1749 1749
1750@item anything else 1750@item anything else
1751Any other non-@code{nil} value is treated as @code{t}. 1751Any other non-@code{nil} value is treated as @code{t}.