]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix example in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Wed, 10 May 2023 13:47:14 +0000 (16:47 +0300)
committerEli 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

index 114e5d38a80a19b518c5d9719eafb794d3735601..a4916ecda304fe5e8de92156828ca314b84ade60 100644 (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,}