From 8b6fb2f64655be62fb42dbeaf8c6ea945acf6a11 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 May 2026 13:16:09 +0300 Subject: [PATCH] ; * doc/lispref/variables.texi (Local Variables): Fix 'named-let'. --- doc/lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,