summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2026-05-16 13:16:09 +0300
committerEli Zaretskii <eliz@gnu.org>2026-05-16 13:16:09 +0300
commit8b6fb2f64655be62fb42dbeaf8c6ea945acf6a11 (patch)
treeeec1547a75bf5679d628954e669f3f6c9d0bdb3f /doc
parentd3c72b83890f6893ff9603d19d0e615d678fcb1f (diff)
; * doc/lispref/variables.texi (Local Variables): Fix 'named-let'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index abb2c883f78..10d0927312e 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -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,