changeset 28149:fd72698178e7

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 14 Mar 2000 23:01:20 +0000
parents 0f14966fe791
children 4a2448c20123
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Mar 14 22:57:28 2000 +0000
+++ b/etc/NEWS	Tue Mar 14 23:01:20 2000 +0000
@@ -1027,8 +1027,6 @@
 *** autoconf.el provides a major mode for editing configure.in files
 for Autoconf, selected automatically.
 
-*** glasses.el
-
 *** windmove.el
 
 ** Withdrawn packages
@@ -1054,7 +1052,7 @@
 +++
 ** The last argument of `define-key-after' defaults to t for convenience.
 
-** The new function `replace-regexps-in-string' replaces all matches
+** The new function `replace-regexp-in-string' replaces all matches
 for a regexp in a string.
 
 ** `mouse-position' now runs the abnormal hook
--- a/lisp/ChangeLog	Tue Mar 14 22:57:28 2000 +0000
+++ b/lisp/ChangeLog	Tue Mar 14 23:01:20 2000 +0000
@@ -1,3 +1,8 @@
+2000-03-14  Dave Love  <fx@gnu.org>
+
+	* subr.el (replace-regexp-in-string): Renamed from
+	replace-regexps-in-string.  Doc fix.
+
 2000-03-12  Dave Love  <fx@gnu.org>
 
 	* cus-edit.el: Doc fixes.