From 04b6b342086db09373dc8ed52a83240563d3e24f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 6 Oct 2003 16:44:15 +0000 Subject: [PATCH] Index lexical scoping --- lispref/variables.texi | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2