Mercurial > emacs
changeset 52784:025f7b9061e6
Index lexical scoping
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 06 Oct 2003 16:44:15 +0000 |
parents | 3832b88b0957 |
children | 2c00436e93f7 |
files | lispref/variables.texi |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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