1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-18 03:40:47 -08:00

; * doc/lispref/control.texi (Conditionals): Grammar fix.

This commit is contained in:
Sean Whitton 2025-10-07 17:40:39 +01:00
parent f3c29c1415
commit c7ab370067

View file

@ -317,7 +317,7 @@ following way instead:
(do-something result2))
@end example
There are a number of variations on this theme, and they're briefly
There's a number of variations on this theme, and they're briefly
described below.
@defmac if-let* varlist then-form else-forms...