# HG changeset patch # User Dave Love # Date 953074880 0 # Node ID fd72698178e7ae6fcc31e50488442170e3ad4c5b # Parent 0f14966fe791622ab09d596aee50889206ac3b32 *** empty log message *** diff -r 0f14966fe791 -r fd72698178e7 etc/NEWS --- 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 diff -r 0f14966fe791 -r fd72698178e7 lisp/ChangeLog --- 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 + + * subr.el (replace-regexp-in-string): Renamed from + replace-regexps-in-string. Doc fix. + 2000-03-12 Dave Love * cus-edit.el: Doc fixes.