From: Dave Love Date: Mon, 6 Oct 2003 16:44:15 +0000 (+0000) Subject: Index lexical scoping X-Git-Tag: ttn-vms-21-2-B4~8599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04b6b342086db09373dc8ed52a83240563d3e24f;p=emacs.git Index lexical scoping --- diff --git a/lispref/variables.texi b/lispref/variables.texi index ab5e99e506c..d9431b7fd9e 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -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