From: Dave Love Date: Tue, 14 Mar 2000 23:01:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73825616fdc7089452c209585bcfb876b9b54b14;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c84bd8844d2..5a2d7dd6210 100644 --- 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82fed5c775c..3b5c634adac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-03-14 Dave Love + + * subr.el (replace-regexp-in-string): Renamed from + replace-regexps-in-string. Doc fix. + 2000-03-12 Dave Love * cus-edit.el: Doc fixes.