changeset 29972:39c1579e89a8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 28 Jun 2000 11:59:30 +0000
parents 939e6ca411e9
children be9760ddad44
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Jun 28 11:58:24 2000 +0000
+++ b/etc/NEWS	Wed Jun 28 11:59:30 2000 +0000
@@ -15,8 +15,8 @@
 images and toolkit scrollbars.  Use the --help option in `configure'
 to list them.
 
-** There is a new option `without-xim' that instructs Emacs to not
-use X Input Methods (XIM), if they these are available.
+** There is a new configure option `--without-xim' that instructs
+Emacs to not use X Input Methods (XIM), if they these are available.
 
 * Changes in Emacs 21.1
 
@@ -479,8 +479,8 @@
 query-replace-regexp, but takes a Lisp expression which is evaluated
 after each match to get the replacement text.
 
-** M-x query-replace recognizes a new command `E' that lets you
-edit the replacement string.
+** M-x query-replace recognizes a new command `e' (or `E') that lets
+you edit the replacement string.
 
 ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's
 you complete mail aliases in the text, analogous to
--- a/lisp/ChangeLog	Wed Jun 28 11:58:24 2000 +0000
+++ b/lisp/ChangeLog	Wed Jun 28 11:59:30 2000 +0000
@@ -1,3 +1,7 @@
+2000-06-28  Gerd Moellmann  <gerd@gnu.org>
+
+	* replace.el (query-replace-map): Bind `e' like `E'.
+
 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change
Binary file src/ChangeLog has changed