]> git.eshelyaron.com Git - emacs.git/commitdiff
(edt-substitute): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:24:14 +0000 (14:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:24:14 +0000 (14:24 +0000)
lisp/emulation/edt.el

index c194350bbf070512ddb5a3c67a1e7180533ff475..8111bb47c619b0d38366e2aa86aab324f4d5c9e8 100644 (file)
@@ -1054,7 +1054,7 @@ Argument NUM is the number of characters to delete."
 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))