; * lisp/emacs-lisp/cond-star.el (cond*): Fix whitespace.
This commit is contained in:
parent
8334a9bd73
commit
3a1195894e
1 changed files with 1 additions and 1 deletions
|
@ -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*'.
|
||||
|
|
Loading…
Add table
Reference in a new issue