projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fff05
)
; Fix example in ELisp manual
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 10 May 2023 13:47:14 +0000
(16:47 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 10 May 2023 13:47:14 +0000
(16:47 +0300)
* doc/lispref/minibuf.texi (Yes-or-No Queries): Fix example.
(Bug#63399)
doc/lispref/minibuf.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/minibuf.texi
b/doc/lispref/minibuf.texi
index 114e5d38a80a19b518c5d9719eafb794d3735601..a4916ecda304fe5e8de92156828ca314b84ade60 100644
(file)
--- a/
doc/lispref/minibuf.texi
+++ b/
doc/lispref/minibuf.texi
@@
-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,}