diff options
| author | Eli Zaretskii | 2012-08-06 19:55:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-08-06 19:55:41 +0300 |
| commit | a08eadfecc8651d6da2cdcb326d333545cb5f7c1 (patch) | |
| tree | 79953e4646700898d1f4406f08d1a57d3b816f50 /doc/lispref/ChangeLog | |
| parent | 8d5dd3701caf1dac63e92ab04c1ca3d79cfcb18c (diff) | |
| download | emacs-a08eadfecc8651d6da2cdcb326d333545cb5f7c1.tar.gz emacs-a08eadfecc8651d6da2cdcb326d333545cb5f7c1.zip | |
Fix bug #12138 with indexing "closures".
doc/lispref/functions.texi (Closures): Put the main index entry for
"closures" here.
doc/lispref/variables.texi (Lexical Binding): Disambiguate the index entry
for "closures".
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ed9aab245ea..f91f99d9c3d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-08-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * functions.texi (Closures): Put the main index entry for | ||
| 4 | "closures" here. (Bug#12138) | ||
| 5 | |||
| 6 | * variables.texi (Lexical Binding): Disambiguate the index entry | ||
| 7 | for "closures". | ||
| 8 | |||
| 1 | 2012-06-19 Glenn Morris <rgm@gnu.org> | 9 | 2012-06-19 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737) | 11 | * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737) |