From 75f70c1ce1689f853a68df4db74fe1b05202de10 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jan 2002 05:06:27 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ lisp/replace.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5