# HG changeset patch # User Richard M. Stallman # Date 1011935187 0 # Node ID a05ddff4cbabca7debe14e058f3dd41fa2364409 # Parent 048fa049ccba672228d2a8aca7016774ee31d442 *** empty log message *** diff -r 048fa049ccba -r a05ddff4cbab lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 25 05:06:14 2002 +0000 +++ b/lisp/ChangeLog Fri Jan 25 05:06:27 2002 +0000 @@ -1,3 +1,7 @@ +2002-01-25 Richard M. Stallman + + * subr.el (remove): Doc fix. + 2002-01-24 Richard M. Stallman * progmodes/compile.el (compilation-handle-exit): diff -r 048fa049ccba -r a05ddff4cbab lisp/replace.el --- a/lisp/replace.el Fri Jan 25 05:06:14 2002 +0000 +++ b/lisp/replace.el Fri Jan 25 05:06:27 2002 +0000 @@ -799,7 +799,7 @@ (add-text-properties (marker-position text-beg) (- (marker-position text-end) 1) '(mouse-face highlight - help-echo "mouse-2: go to this occurence")) + help-echo "mouse-2: go to this occurrence")) (put-text-property (marker-position text-beg) (marker-position text-end) 'occur occur-marker)