; Fix example in ELisp manual
* doc/lispref/minibuf.texi (Yes-or-No Queries): Fix example. (Bug#63399)
This commit is contained in:
parent
91fff05ae3
commit
346f4ac3bf
1 changed files with 1 additions and 1 deletions
|
@ -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,}
|
||||
|
|
Loading…
Add table
Reference in a new issue