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

index af15afb149df01f449ed0ae2fc232480bf0cea29..b01f52b8dd0f12b4b6bebb3926749fe70a62f80b 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))