]> git.eshelyaron.com Git - emacs.git/commitdiff
; Document that 'named-let' needs lexical-binding
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Jun 2023 15:41:06 +0000 (18:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Jun 2023 15:41:06 +0000 (18:41 +0300)
* doc/lispref/variables.texi (Local Variables): Warn that
'named-let' only works under lexical-binding.  (Bug#64290)

doc/lispref/variables.texi

index 6dd935d876316e9308291549da6a8d3f9901b199..755109aac1eb6245e74fc74936b491aa0bb79911 100644 (file)
@@ -350,6 +350,9 @@ variables.
 A function call is in the tail position if it's the very last thing
 done so that the value returned by the call is the value of @var{body}
 itself, as is the case in the recursive call to @code{sum} above.
+
+@strong{Warning:} @code{named-let} works as expected only when
+lexical-binding is enabled.  @xref{Lexical Binding}.
 @end defspec
 
   Here is a complete list of the other facilities that create local