From 669858fb0b00d986ff9560c316d95b316a829684 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Jun 2002 14:35:28 +0000 Subject: [PATCH] (edt-substitute): Fix typo. --- lisp/emulation/edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index af15afb149d..b01f52b8dd0 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)) -- 2.39.2