# HG changeset patch # User Dave Love # Date 1065458655 0 # Node ID 025f7b9061e683159ab19f2eb20872670893ba1b # Parent 3832b88b09574e86eff309096e2f1a4aff8253c4 Index lexical scoping diff -r 3832b88b0957 -r 025f7b9061e6 lispref/variables.texi --- a/lispref/variables.texi Mon Oct 06 16:43:20 2003 +0000 +++ b/lispref/variables.texi Mon Oct 06 16:44:15 2003 +0000 @@ -904,6 +904,7 @@ @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