; * doc/lispref/variables.texi (Lexical Binding): Fix a recent change.
This commit is contained in:
parent
bc4c5818df
commit
0b6ac3c6c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue