diff options
| author | Eli Zaretskii | 2017-09-23 10:45:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-23 10:45:46 +0300 |
| commit | 820739bbb572b30b6ce45756c9960e48dca859af (patch) | |
| tree | 94f7a34f5b9b2c19d545c7a4b0bcc8d734a693a3 /doc | |
| parent | f2b2201594b59ff758347644a84cdc8f6b046ec9 (diff) | |
| download | emacs-820739bbb572b30b6ce45756c9960e48dca859af.tar.gz emacs-820739bbb572b30b6ce45756c9960e48dca859af.zip | |
; * doc/emacs/display.texi (Display Custom): Fix wording.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 2 |
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 | |||
| 1745 | one screen line will be numbered that many times. The displayed | 1745 | one screen line will be numbered that many times. The displayed |
| 1746 | numbers are relative, as with @code{relative} value above. This is | 1746 | numbers are relative, as with @code{relative} value above. This is |
| 1747 | handy in modes that fold text, such as Outline mode (@pxref{Outline | 1747 | handy in modes that fold text, such as Outline mode (@pxref{Outline |
| 1748 | Mode}), and need to move by exact number of screen lines. | 1748 | Mode}), and when you need to move by exact number of screen lines. |
| 1749 | 1749 | ||
| 1750 | @item anything else | 1750 | @item anything else |
| 1751 | Any other non-@code{nil} value is treated as @code{t}. | 1751 | Any other non-@code{nil} value is treated as @code{t}. |