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,