aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobert Pluim2021-04-16 09:56:41 +0200
committerRobert Pluim2021-04-16 09:56:41 +0200
commitfcd1943bfe9e384e91e2fb87c72b827ac28f05ef (patch)
tree6d6790ba76a3e15a7dcb9f0c29eadede26eaacab /doc
parent2448fb2f25e466766d84e145041a03e9ca3ee182 (diff)
downloademacs-fcd1943bfe9e384e91e2fb87c72b827ac28f05ef.tar.gz
emacs-fcd1943bfe9e384e91e2fb87c72b827ac28f05ef.zip
; Grammar fixes
* doc/lispref/display.texi (Size of Displayed Text): Grammar fix. * etc/NEWS: Grammar fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index dfba163d4e7..228c940cc8b 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -1975,8 +1975,8 @@ Optional arguments @var{from} and @var{to} specify the substring of
1975The return value is an approximation: it only considers the values 1975The return value is an approximation: it only considers the values
1976returned by @code{char-width} for the constituent characters, always 1976returned by @code{char-width} for the constituent characters, always
1977takes a tab character as taking @code{tab-width} columns, ignores 1977takes a tab character as taking @code{tab-width} columns, ignores
1978display properties and fonts, etc. For these reasons, we recommend to 1978display properties and fonts, etc. For these reasons, we recommend
1979use @code{window-text-pixel-size}, described below, instead. 1979using @code{window-text-pixel-size}, described below, instead.
1980@end defun 1980@end defun
1981 1981
1982@defun truncate-string-to-width string width &optional start-column padding ellipsis ellipsis-text-property 1982@defun truncate-string-to-width string width &optional start-column padding ellipsis ellipsis-text-property