Index lexical scoping

This commit is contained in:
Dave Love 2003-10-06 16:44:15 +00:00
parent 6b7a4323f2
commit 04b6b34208

View 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