mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00: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.
|
the forms, and then make the variables non-special again.
|
||||||
@end defspec
|
@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
|
This special form is a looping construct inspired from the
|
||||||
Scheme language. It is similar to @code{let}: It binds the variables in
|
Scheme language. It is similar to @code{let}: It binds the variables in
|
||||||
@var{bindings}, and then evaluates @var{body}. However,
|
@var{bindings}, and then evaluates @var{body}. However,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue