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:
parent
942a21cc7e
commit
0175b7209e
1 changed files with 1 additions and 1 deletions
|
|
@ -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*')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue