mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* doc/lispref/control.texi (cond* Macro): Update bind* entry
Update manual to match docstring of (bind*) clause, including the qualifier `all subsequent clauses'. (Bug#79246)
This commit is contained in:
parent
8e9277042c
commit
5d23fc9467
1 changed files with 2 additions and 2 deletions
|
|
@ -1489,8 +1489,8 @@ Each clause normally has the form @w{@code{(@var{condition}
|
|||
@findex bind*
|
||||
@code{(bind* @var{bindings}@dots{})} means to bind @var{bindings} (like
|
||||
the bindings list in @code{let*}, @pxref{Local Variables}) for the body
|
||||
of the clause. As a condition, it counts as true if the first binding's
|
||||
value is non-@code{nil}.
|
||||
of the clause, and all subsequent clauses. As a condition, it counts as
|
||||
true if the first binding's value is non-@code{nil}.
|
||||
|
||||
@findex match*
|
||||
@findex pcase*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue