changeset 45896:2c6ffe81125c

(edt-substitute): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Jun 2002 14:35:28 +0000
parents 8cce22874db4
children 19b72b42b514
files lisp/emulation/edt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/edt.el	Tue Jun 18 14:35:10 2002 +0000
+++ b/lisp/emulation/edt.el	Tue Jun 18 14:35:28 2002 +0000
@@ -1054,7 +1054,7 @@
 Repeat the most recent FIND command.  (The Emacs kill ring is used as
 the CUT buffer.)  
 Argument NUM is the repeat count.  A positive value indicates the of times
-to repeat the substitution.  A negative argument means replace all occurances
+to repeat the substitution.  A negative argument means replace all occurrences
 of the search text."
   (interactive "p")
   (cond ((or edt-select-mode (edt-check-match))