summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2013-12-25 11:05:11 +0800
committerChong Yidong <cyd@gnu.org>2013-12-25 11:05:11 +0800
commit362397edd9f48bf431c8ea4ca2a88d15c5660bde (patch)
tree8f8a5d5486629e5ae1f1ddc52248aa064d0090f0 /etc
parent3a79600aa78d4d148c4c6b6a0a7a5ce625c582dc (diff)
downloademacs-362397edd9f48bf431c8ea4ca2a88d15c5660bde.tar.gz
Document `eval' changes.
* doc/lispref/eval.texi (Eval): Document the LEXICAL arg to eval. * doc/lispref/variables.texi (Variables, Void Variables): Use "scoping rule" terminology consistently. (Variable Scoping): Add index entries, and use "dynamic scope" terminology in place of "indefinite scope" to reduce confusion. (Lexical Binding): Document lexical environment format. (Using Lexical Binding): Add index entries for error messages.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2e6da37590c..00a72f03e0d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -916,6 +916,7 @@ something (not just adding elements to it).
* Lisp Changes in Emacs 24.4
++++
** The second argument of `eval' can now specify a lexical environment.
+++