]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jan 2002 05:06:27 +0000 (05:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jan 2002 05:06:27 +0000 (05:06 +0000)
lisp/ChangeLog
lisp/replace.el

index 8f24807ce7aadda7501e711e4f0b606f72c43190..a240ff602b4f5b6011e88430c0cf6e01b5b7cbbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-25  Richard M. Stallman  <rms@gnu.org>
+
+       * subr.el (remove): Doc fix.
+
 2002-01-24  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/compile.el (compilation-handle-exit):
index 6986a93b3bf9a40a4388f5ffdfbaae5a30e40998..425d769e466e6933c3ee898560bae39b5eb40c3f 100644 (file)
@@ -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)