]> git.eshelyaron.com Git - emacs.git/commitdiff
Index lexical scoping
authorDave Love <fx@gnu.org>
Mon, 6 Oct 2003 16:44:15 +0000 (16:44 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Oct 2003 16:44:15 +0000 (16:44 +0000)
lispref/variables.texi

index ab5e99e506c86cbfbeb2e68dbe9dcb6f945af4f0..d9431b7fd9e2f876cd2751450b5122f13400e30d 100644 (file)
@@ -904,6 +904,7 @@ the others.
 @cindex scope
 @cindex extent
 @cindex dynamic scoping
+@cindex lexical scoping
   Local bindings in Emacs Lisp have @dfn{indefinite scope} and
 @dfn{dynamic extent}.  @dfn{Scope} refers to @emph{where} textually in
 the source code the binding can be accessed.  ``Indefinite scope'' means