aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /doc/lispref
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 10a1a18dd1c..60955fd3195 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5419,7 +5419,7 @@ before @code{height}.
5419 5419
5420@c We put all the '@code{(when ...)}' on one line to encourage 5420@c We put all the '@code{(when ...)}' on one line to encourage
5421@c makeinfo's end-of-sentence heuristics to DTRT. Previously, the dot 5421@c makeinfo's end-of-sentence heuristics to DTRT. Previously, the dot
5422@c was at eol; the info file ended up w/ two spaces rendered after it. 5422@c was at eol; the info file ended up with two spaces rendered after it.
5423 You can make any display specification conditional. To do that, 5423 You can make any display specification conditional. To do that,
5424package it in another list of the form 5424package it in another list of the form
5425@code{(when @var{condition} . @var{spec})}. 5425@code{(when @var{condition} . @var{spec})}.