diff options
| author | Chong Yidong | 2013-12-25 11:05:11 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-12-25 11:05:11 +0800 |
| commit | 362397edd9f48bf431c8ea4ca2a88d15c5660bde (patch) | |
| tree | 8f8a5d5486629e5ae1f1ddc52248aa064d0090f0 /doc/lispref/ChangeLog | |
| parent | 3a79600aa78d4d148c4c6b6a0a7a5ce625c582dc (diff) | |
| download | emacs-362397edd9f48bf431c8ea4ca2a88d15c5660bde.tar.gz emacs-362397edd9f48bf431c8ea4ca2a88d15c5660bde.zip | |
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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b1c210834d2..595102bb5ef 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-12-25 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * eval.texi (Eval): Document the LEXICAL arg to eval. | ||
| 4 | |||
| 5 | * variables.texi (Variables, Void Variables): Use "scoping rule" | ||
| 6 | terminology consistently. | ||
| 7 | (Variable Scoping): Add index entries, and use "dynamic scope" | ||
| 8 | terminology in place of "indefinite scope" to reduce confusion. | ||
| 9 | (Lexical Binding): Document lexical environment format. | ||
| 10 | (Using Lexical Binding): Add index entries for error messages. | ||
| 11 | |||
| 1 | 2013-12-24 Tassilo Horn <tsdh@gnu.org> | 12 | 2013-12-24 Tassilo Horn <tsdh@gnu.org> |
| 2 | 13 | ||
| 3 | * control.texi (Pattern matching case statement): Fix missing | 14 | * control.texi (Pattern matching case statement): Fix missing |