From: Juanma Barranquero Date: Tue, 18 Jun 2002 14:24:14 +0000 (+0000) Subject: (edt-substitute): Fix typo. X-Git-Tag: emacs-pretest-21.2.91~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5732ecc92d72e676d7f25076efcc0ee1165a0be0;p=emacs.git (edt-substitute): Fix typo. --- diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index c194350bbf0..8111bb47c61 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -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))