aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-03-08 08:41:52 -0800
committerGlenn Morris2018-03-08 08:41:52 -0800
commit4df0d159631fd58f58e0e475c93ab61910c5d1bf (patch)
tree5a2e98e312084ad8b2b834705b51755f26f2b083
parentcb0d40eab406e7df22b09f7ae5557c820c087af4 (diff)
downloademacs-4df0d159631fd58f58e0e475c93ab61910c5d1bf.tar.gz
emacs-4df0d159631fd58f58e0e475c93ab61910c5d1bf.zip
; Tiny fix for recent doc change
-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 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
1677more screen lines, like in ordinary line continuation. However, Emacs 1677more screen lines, like in ordinary line continuation. However, Emacs
1678attempts to wrap the line at word boundaries near the right window 1678attempts to wrap the line at word boundaries near the right window
1679edge. (If line's direction is right-to-left, it is wrapped at the 1679edge. (If the line's direction is right-to-left, it is wrapped at the
1680left window edge instead.) This makes the text easier to read, as 1680left window edge instead.) This makes the text easier to read, as
1681wrapping does not occur in the middle of words. 1681wrapping does not occur in the middle of words.
1682 1682