]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove KEEP-ALL argument of `read-from-minibuffer'.
authorJuri Linkov <juri@jurta.org>
Thu, 25 May 2006 21:53:31 +0000 (21:53 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 25 May 2006 21:53:31 +0000 (21:53 +0000)
etc/NEWS

index e26184400d919a091a868b0f1ab86ef73e45d5dd..7a49130c201df9d373959e1eac93aea808da157e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -759,7 +759,7 @@ it remains unchanged.
 +++
 *** 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:
 
@@ -4349,10 +4349,6 @@ defaults to the current buffer.
 *** New function `minibuffer-selected-window' returns the window which
 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