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

This commit is contained in:
Eli Zaretskii 2025-02-23 07:51:44 +02:00
parent 8334a9bd73
commit 3a1195894e

View file

@ -53,7 +53,7 @@ or `(pcase* PATTERN DATUM)',
`(bind* BINDINGS...)' means to bind BINDINGS (as if they were in `let*')
for the body of the clause, and all subsequent clauses, since the `bind*'
clause is always a non-exit clause. As a condition, it counts as true
and runs the body of the clause if the first binding's value is non-nil.
and runs the body of the clause if the first binding's value is non-nil.
`(match* PATTERN DATUM)' means to match DATUM against the pattern PATTERN
For its patterns, see `match*'.