aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-06 19:55:41 +0300
committerEli Zaretskii2012-08-06 19:55:41 +0300
commita08eadfecc8651d6da2cdcb326d333545cb5f7c1 (patch)
tree79953e4646700898d1f4406f08d1a57d3b816f50 /doc/lispref/ChangeLog
parent8d5dd3701caf1dac63e92ab04c1ca3d79cfcb18c (diff)
downloademacs-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/ChangeLog8
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 @@
12012-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
12012-06-19 Glenn Morris <rgm@gnu.org> 92012-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)