changeset 54048:d78e05a984ee

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 17 Feb 2004 03:18:43 +0000
parents 291b91ef0840
children d47fd638cd35
files etc/NEWS lisp/ChangeLog lispref/ChangeLog
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Feb 17 03:16:42 2004 +0000
+++ b/etc/NEWS	Tue Feb 17 03:18:43 2004 +0000
@@ -1860,7 +1860,7 @@
 +++
 ** 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
--- a/lisp/ChangeLog	Tue Feb 17 03:16:42 2004 +0000
+++ b/lisp/ChangeLog	Tue Feb 17 03:18:43 2004 +0000
@@ -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>
--- a/lispref/ChangeLog	Tue Feb 17 03:16:42 2004 +0000
+++ b/lispref/ChangeLog	Tue Feb 17 03:18:43 2004 +0000
@@ -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.