changeset 42943:a05ddff4cbab

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Jan 2002 05:06:27 +0000
parents 048fa049ccba
children 07abc8d4c648
files lisp/ChangeLog lisp/replace.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
+
+	* subr.el (remove): Doc fix.
+
 2002-01-24  Richard M. Stallman  <rms@gnu.org>
 
 	* progmodes/compile.el (compilation-handle-exit):
--- 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)