diff etc/NEWS @ 70515:9e3f440412e8

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 07 May 2006 20:57:58 +0000
parents f1d1775c6b28
children c1933d4241b2
line wrap: on
line diff
--- a/etc/NEWS	Sun May 07 20:52:05 2006 +0000
+++ b/etc/NEWS	Sun May 07 20:57:58 2006 +0000
@@ -3560,14 +3560,12 @@
 +++
 *** New function `add-to-history' adds an element to a history list.
 
-By default it removes duplicate elements from the history list it
-updates, but if `history-delete-duplicates' is nil or the function's
-optional argument KEEP-DUPS is non-nil, duplicate elements are not
-removed.
-
 Lisp packages should use this function to add elements to their
 history lists.
 
+If `history-delete-duplicates' is non-nil, it removes duplicates of
+the new element from the history list it updates.
+
 +++
 *** New function `rassq-delete-all'.