aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-10-21 19:22:27 -0700
committerGlenn Morris2012-10-21 19:22:27 -0700
commit4ee8774065666426cda990f91fdec8fe343bdf30 (patch)
treee09241589a8c0291ec1da288c921a8e6a21a6b71 /doc/lispref/ChangeLog
parent5fb904b0e48f82da36b4d54b467450a0b39afa27 (diff)
downloademacs-4ee8774065666426cda990f91fdec8fe343bdf30.tar.gz
emacs-4ee8774065666426cda990f91fdec8fe343bdf30.zip
Refer to cl-lib rather than cl in lispref
* intro.texi (Lisp History): * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index b99eca41644..4f8c8fdafc2 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,7 @@
12012-10-22 Glenn Morris <rgm@gnu.org> 12012-10-22 Glenn Morris <rgm@gnu.org>
2 2
3 * intro.texi (Lisp History):
4 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
3 * tips.texi (Coding Conventions): Recommend cl-lib over cl. 5 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
4 6
52012-10-15 Chong Yidong <cyd@gnu.org> 72012-10-15 Chong Yidong <cyd@gnu.org>