diff etc/NEWS @ 70935:6095a182eaad

Remove KEEP-ALL argument of `read-from-minibuffer'.
author Juri Linkov <juri@jurta.org>
date Thu, 25 May 2006 21:53:31 +0000
parents ea33fa838697
children b7bf7b5a50ea
line wrap: on
line diff
--- a/etc/NEWS	Thu May 25 21:39:27 2006 +0000
+++ b/etc/NEWS	Thu May 25 21:53:31 2006 +0000
@@ -759,7 +759,7 @@
 +++
 *** New user option `history-delete-duplicates'.
 If set to t when adding a new history element, all previous identical
-elements are deleted.
+elements are deleted from the history list.
 
 ** Redisplay changes:
 
@@ -4350,10 +4350,6 @@
 was selected when entering the minibuffer.
 
 +++
-*** `read-from-minibuffer' now accepts an additional argument KEEP-ALL
-saying to put all inputs in the history list, even empty ones.
-
-+++
 *** The `read-file-name' function now takes an additional argument which
 specifies a predicate which the file name read must satisfy.  The
 new variable `read-file-name-predicate' contains the predicate argument