]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 17 Feb 2004 03:18:43 +0000 (03:18 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 17 Feb 2004 03:18:43 +0000 (03:18 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog

index 2e460f4a8b4ac1bb24d5d38dccf501b440372230..abc0f04d42418b02a3205efcf854e070e8e86eb9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1860,7 +1860,7 @@ implemented (such as "*") are no longer accepted.
 +++
 ** New function `delete-dups' destructively removes `equal' duplicates
 from a list.  Of several `equal' occurrences of an element in the list,
-the last one is kept.
+the first one is kept.
 
 +++
 ** `declare' is now a macro.  This change was made mostly for
index ef3893ea83b17ffe40693216d1535cc95112656b..b5b28d606a1e42d00ca8b3d97498bcfaf01e6a8f 100644 (file)
@@ -12,7 +12,8 @@
 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
 
        * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
-       correct place.  * progmodes/icon.el (icon-indent-command): Ditto.
+       correct place.
+       * progmodes/icon.el (icon-indent-command): Ditto.
        * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
 
 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
index d8991235ff0289ed21dae7399667ab04dff2579d..392f67d07d2293a340e86790ede27a110505dccf 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lists.texi (Sets And Lists): Update description of delete-dups.
+
 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
 
        * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
@@ -46,7 +50,7 @@
        * edebug.texi (Using Edebug): Fix example.
 
        * debugging.texi (Internals of Debugger): Fix return value.
-       
+
        * files.texi (Changing Files): Fix argname.
 
        * calendar.texi: Fix parens, and default values.