1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo.

This commit is contained in:
Sean Whitton 2025-11-02 17:38:40 +00:00
parent 942a21cc7e
commit 0175b7209e

View file

@ -57,7 +57,7 @@ A `cond*' construct is a series of clauses, and a clause
normally has the form (CONDITION BODY...).
CONDITION can be a Lisp expression, as in `cond'.
Or it can be one of`(bind* BINDINGS...)', `(match* PATTERN DATUM)',
Or it can be one of `(bind* BINDINGS...)', `(match* PATTERN DATUM)',
or `(pcase* PATTERN DATUM)',
`(bind* BINDINGS...)' means to bind BINDINGS (as if they were in `let*')