aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-03 11:55:29 -0700
committerGlenn Morris2012-11-03 11:55:29 -0700
commit92246540b0616afd90600aabbac964f5a0b544ca (patch)
tree0216f1eef769ce1a565f3ea5e4f10176a7d2242c /doc/misc/ChangeLog
parent491384001301d37b038f3ee074b13f658d094966 (diff)
downloademacs-92246540b0616afd90600aabbac964f5a0b544ca.tar.gz
emacs-92246540b0616afd90600aabbac964f5a0b544ca.zip
Further small cl.texi changes
* doc/misc/cl.texi (Creating Symbols, Random Numbers): De-emphasize internal variables cl--gensym-counter and cl--random-state. * etc/NEWS: Related edits. Fixes: debbugs:12788
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 6bd601bef5d..62308037fec 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -4,6 +4,8 @@
4 (List Functions): Remove copy-tree, standard elisp for some time. 4 (List Functions): Remove copy-tree, standard elisp for some time.
5 (Efficiency Concerns): Comment out examples that no longer apply. 5 (Efficiency Concerns): Comment out examples that no longer apply.
6 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword. 6 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
7 (Creating Symbols, Random Numbers): De-emphasize internal
8 variables cl--gensym-counter and cl--random-state. (Bug#12788)
7 9
82012-11-02 Glenn Morris <rgm@gnu.org> 102012-11-02 Glenn Morris <rgm@gnu.org>
9 11