mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-31 01:32:00 -07:00
; * doc/lispref/variables.texi (Local Variables): Fix 'named-let'.
This commit is contained in:
parent
d3c72b8389
commit
8b6fb2f646
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ Binding}), but it's impractical to @code{defvar} these variables.
|
|||
the forms, and then make the variables non-special again.
|
||||
@end defspec
|
||||
|
||||
@defspec named-let name bindings &rest body
|
||||
@defmac named-let name bindings &rest body
|
||||
This special form is a looping construct inspired from the
|
||||
Scheme language. It is similar to @code{let}: It binds the variables in
|
||||
@var{bindings}, and then evaluates @var{body}. However,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue