diff options
| author | Glenn Morris | 2012-10-21 19:22:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-21 19:22:27 -0700 |
| commit | 4ee8774065666426cda990f91fdec8fe343bdf30 (patch) | |
| tree | e09241589a8c0291ec1da288c921a8e6a21a6b71 /doc/lispref/ChangeLog | |
| parent | 5fb904b0e48f82da36b4d54b467450a0b39afa27 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 @@ | |||
| 1 | 2012-10-22 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | ||
| 5 | 2012-10-15 Chong Yidong <cyd@gnu.org> | 7 | 2012-10-15 Chong Yidong <cyd@gnu.org> |