; Fix a typo in the doc-strings of cond*
* lisp/emacs-lisp/cond-star.el (cond*): Fix a typo in the doc-string. (Bug#72576)
This commit is contained in:
parent
ca56dc2e71
commit
d60f3d5dd4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
(defmacro cond* (&rest clauses)
|
||||
"Extended form of traditional Lisp `cond' construct.
|
||||
A `cond*' construct is a series of clauses, and a clause
|
||||
normally has the form (CONDITION BDOY...).
|
||||
normally has the form (CONDITION BODY...).
|
||||
|
||||
CONDITION can be a Lisp expression, as in `cond'.
|
||||
Or it can be `(bind* BINDINGS...)' or `(match* PATTERN DATUM)'.
|
||||
|
|
Loading…
Add table
Reference in a new issue