diff options
| author | Glenn Morris | 2018-03-08 08:41:52 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-03-08 08:41:52 -0800 |
| commit | 4df0d159631fd58f58e0e475c93ab61910c5d1bf (patch) | |
| tree | 5a2e98e312084ad8b2b834705b51755f26f2b083 | |
| parent | cb0d40eab406e7df22b09f7ae5557c820c087af4 (diff) | |
| download | emacs-4df0d159631fd58f58e0e475c93ab61910c5d1bf.tar.gz emacs-4df0d159631fd58f58e0e475c93ab61910c5d1bf.zip | |
; Tiny fix for recent doc change
| -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 499be26004d..42a52279832 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1676,7 +1676,7 @@ line truncation. @xref{Split Window}, for the variable | |||
| 1676 | @dfn{word wrap}. Here, each long logical line is divided into two or | 1676 | @dfn{word wrap}. Here, each long logical line is divided into two or |
| 1677 | more screen lines, like in ordinary line continuation. However, Emacs | 1677 | more screen lines, like in ordinary line continuation. However, Emacs |
| 1678 | attempts to wrap the line at word boundaries near the right window | 1678 | attempts to wrap the line at word boundaries near the right window |
| 1679 | edge. (If line's direction is right-to-left, it is wrapped at the | 1679 | edge. (If the line's direction is right-to-left, it is wrapped at the |
| 1680 | left window edge instead.) This makes the text easier to read, as | 1680 | left window edge instead.) This makes the text easier to read, as |
| 1681 | wrapping does not occur in the middle of words. | 1681 | wrapping does not occur in the middle of words. |
| 1682 | 1682 | ||