; * doc/lispref/variables.texi (Lexical Binding): Fix a recent change.

This commit is contained in:
Eli Zaretskii 2025-01-17 10:14:18 +02:00
parent bc4c5818df
commit 0b6ac3c6c1

View file

@ -1117,7 +1117,7 @@ cell).
will use dynamic binding, even for new bindings such as a @code{let}
binding. Depending on how the variable is declared, it can be
special globally, for a single file, or for a portion of a file.
See @ref{Dynamic Binding} for further details.
@xref{Dynamic Binding}, for further details.
@node Dynamic Binding
@subsection Dynamic Binding