1
Fork 0
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:
Eli Zaretskii 2026-05-16 13:16:09 +03:00
parent d3c72b8389
commit 8b6fb2f646

View file

@ -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,