summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-01-25 05:06:27 +0000
committerRichard M. Stallman <rms@gnu.org>2002-01-25 05:06:27 +0000
commit75f70c1ce1689f853a68df4db74fe1b05202de10 (patch)
treed9afc8035840f28389a779d2437b85a56c67caf7 /lisp/replace.el
parenta5a08b1f3beddc9bb774a6e5ae51059951b2def0 (diff)
downloademacs-75f70c1ce1689f853a68df4db74fe1b05202de10.tar.gz
emacs-75f70c1ce1689f853a68df4db74fe1b05202de10.tar.bz2
emacs-75f70c1ce1689f853a68df4db74fe1b05202de10.zip
*** empty log message ***
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
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)