From 346f4ac3bf5068df1ad69784e02ad5e4607ec2ff Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 10 May 2023 16:47:14 +0300 Subject: [PATCH] ; Fix example in ELisp manual * doc/lispref/minibuf.texi (Yes-or-No Queries): Fix example. (Bug#63399) --- doc/lispref/minibuf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,} -- 2.39.5