From: Richard M. Stallman Date: Fri, 25 Jan 2002 05:06:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75f70c1ce1689f853a68df4db74fe1b05202de10;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f24807ce7a..a240ff602b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/replace.el b/lisp/replace.el index 6986a93b3bf..425d769e466 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -799,7 +799,7 @@ the matching is case-sensitive." (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)