From: Eli Zaretskii Date: Wed, 10 May 2023 13:47:14 +0000 (+0300) Subject: ; Fix example in ELisp manual X-Git-Tag: emacs-29.0.91~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=346f4ac3bf5;p=emacs.git ; Fix example in ELisp manual * doc/lispref/minibuf.texi (Yes-or-No Queries): Fix example. (Bug#63399) --- diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 114e5d38a80..a4916ecda30 100644 --- 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,}