changeset 70938:eb752cf09c8b

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 25 May 2006 23:00:43 +0000
parents 5817e6ec700c
children 10be917a42fa
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 25 22:57:50 2006 +0000
+++ b/lisp/ChangeLog	Thu May 25 23:00:43 2006 +0000
@@ -1,3 +1,8 @@
+2006-05-25  Juri Linkov  <juri@jurta.org>
+
+	* replace.el (query-replace-read-from, query-replace-read-to):
+	Remove 8th arg KEEP-ALL in read-from-minibuffer.
+
 2006-05-25  Rajesh Vaidheeswarran <rv@gnu.org>
 	* whitespace.el (whitespace-cleanup): change to cleanup
 	region if one is active
--- a/lispref/ChangeLog	Thu May 25 22:57:50 2006 +0000
+++ b/lispref/ChangeLog	Thu May 25 23:00:43 2006 +0000
@@ -1,5 +1,7 @@
 2006-05-25  Juri Linkov  <juri@jurta.org>
 
+	* minibuf.texi (Text from Minibuffer): Undocument keep-all.
+
 	* modes.texi (%-Constructs): Add %e, %z, %Z.
 
 2006-05-25  Richard Stallman  <rms@gnu.org>