]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Tue, 14 Mar 2000 23:01:20 +0000 (23:01 +0000)
committerDave Love <fx@gnu.org>
Tue, 14 Mar 2000 23:01:20 +0000 (23:01 +0000)
etc/NEWS
lisp/ChangeLog

index c84bd8844d2f4eebbef82cc29aa0f1eec7f0a03e..5a2d7dd62109a05b3575a9363bfcf3347000cc1a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1027,8 +1027,6 @@ protocols.  It has a separate manual.
 *** 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 @@ and isn't a string.
 +++
 ** 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
index 82fed5c775cfd8dc65040450b09b28d0b83d1825..3b5c634adac252e9b2ec82a217e7dd4c75c60b1e 100644 (file)
@@ -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.