Mercurial > emacs
changeset 102178:7277f599a521
* lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
`append'.
* sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
of `vconcat'.
* strings.texi (Creating Strings): Copyedits. Remove obsolete
Emacs 20 usage of `concat'.
(Case Conversion): Copyedits.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 22 Feb 2009 00:19:39 +0000 |
parents | baffaee3ed7c |
children | 35c54fe56072 |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sat Feb 21 23:32:44 2009 +0000 +++ b/doc/lispref/ChangeLog Sun Feb 22 00:19:39 2009 +0000 @@ -1,3 +1,15 @@ +2009-02-22 Chong Yidong <cyd@stupidchicken.com> + + * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of + `append'. + + * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use + of `vconcat'. + + * strings.texi (Creating Strings): Copyedits. Remove obsolete + Emacs 20 usage of `concat'. + (Case Conversion): Copyedits. + 2009-02-21 Chong Yidong <cyd@stupidchicken.com> * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):