emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog
Date: Sun, 22 Feb 2009 21:07:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/22 21:07:05

Modified files:
        doc/lispref    : ChangeLog 

Log message:
        * sequences.texi (Sequences Arrays Vectors): Make introduction
        more concise.
        (Arrays): Mention char-tables and bool-vectors too.
        (Vectors): Don't repeat information given in Arrays node.  Link to
        nodes that explain the vector usage examples.
        (Char-Tables): Note that char-table elements can have arbitrary
        type.  Explain effect of omitted char-table-extra-slots property.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.215&r2=1.216

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -b -r1.215 -r1.216
--- ChangeLog   22 Feb 2009 00:42:19 -0000      1.215
+++ ChangeLog   22 Feb 2009 21:07:04 -0000      1.216
@@ -1,5 +1,15 @@
 2009-02-22  Chong Yidong  <address@hidden>
 
+       * sequences.texi (Sequences Arrays Vectors): Make introduction
+       more concise.
+       (Arrays): Mention char-tables and bool-vectors too.
+       (Vectors): Don't repeat information given in Arrays node.  Link to
+       nodes that explain the vector usage examples.
+       (Char-Tables): Note that char-table elements can have arbitrary
+       type.  Explain effect of omitted char-table-extra-slots property.
+
+2009-02-22  Chong Yidong  <address@hidden>
+
        * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
        `append'.
        (List Elements): Copyedits.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]