diff etc/NEWS @ 77286:0f67bcedb447

* NEWS: Mention `query-replace-regexp-eval' being deprecated. * replace.el (query-replace-regexp-eval): Deprecate.
author David Kastrup <dak@gnu.org>
date Tue, 17 Apr 2007 23:24:13 +0000
parents a97a103d97c7
children 0e07e83fdd39
line wrap: on
line diff
--- a/etc/NEWS	Tue Apr 17 20:48:43 2007 +0000
+++ b/etc/NEWS	Tue Apr 17 23:24:13 2007 +0000
@@ -633,12 +633,12 @@
 *** When used interactively, the commands `query-replace-regexp' and
 `replace-regexp' allow \,expr to be used in a replacement string,
 where expr is an arbitrary Lisp expression evaluated at replacement
-time.  In many cases, this will be more convenient than using
-`query-replace-regexp-eval'.  `\#' in a replacement string now refers
-to the count of replacements already made by the replacement command.
-All regular expression replacement commands now allow `\?' in the
-replacement string to specify a position where the replacement string
-can be edited for each replacement.
+time.  `\#' in a replacement string now refers to the count of
+replacements already made by the replacement command.  All regular
+expression replacement commands now allow `\?' in the replacement
+string to specify a position where the replacement string can be
+edited for each replacement.  `query-replace-regexp-eval' is now
+deprecated since it offers no additional functionality.
 
 +++
 *** query-replace uses isearch lazy highlighting when the new user option