emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 77022a0d732: ; * doc/misc/cl.texi (Function Bindings): Fix refere


From: Michael Albinus
Subject: master 77022a0d732: ; * doc/misc/cl.texi (Function Bindings): Fix reference.
Date: Thu, 4 Apr 2024 09:24:28 -0400 (EDT)

branch: master
commit 77022a0d7327d3a79de083997a11a727a371cade
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * doc/misc/cl.texi (Function Bindings): Fix reference.
---
 doc/misc/cl.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 65a29d955bc..a4a34ae07d6 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -1426,7 +1426,7 @@ the function bindings can be recursive.  The scoping is 
lexical,
 but you can only capture functions in closures if
 @code{lexical-binding} is @code{t}.
 @xref{Closures,,,elisp,GNU Emacs Lisp Reference Manual}, and
-@ref{Using Lexical Binding,,,elisp,GNU Emacs Lisp Reference Manual}.
+@ref{Selecting Lisp Dialect,,,elisp,GNU Emacs Lisp Reference Manual}.
 
 Lexical scoping means that all references to the named
 functions must appear physically within the body of the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]