; Fix example in ELisp manual

* doc/lispref/minibuf.texi (Yes-or-No Queries): Fix example.
(Bug#63399)
This commit is contained in:
Eli Zaretskii 2023-05-10 16:47:14 +03:00
parent 91fff05ae3
commit 346f4ac3bf

View file

@ -2245,7 +2245,7 @@ Here is an example:
@smallexample
@group
(yes-or-no-p "Do you really want to remove everything?")
(yes-or-no-p "Do you really want to remove everything? ")
;; @r{After evaluation of the preceding expression,}
;; @r{the following prompt appears,}