summaryrefslogtreecommitdiff
path: root/lisp/emulation/edt.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-06-18 14:35:28 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-06-18 14:35:28 +0000
commit669858fb0b00d986ff9560c316d95b316a829684 (patch)
tree44d3b64bdff8b07e0796ce378c3a56387b7ed470 /lisp/emulation/edt.el
parentf9f196c648534f9fa39c5bdcd355dbfbb4163535 (diff)
downloademacs-669858fb0b00d986ff9560c316d95b316a829684.tar.gz
(edt-substitute): Fix typo.
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r--lisp/emulation/edt.el2
1 files changed, 1 insertions, 1 deletions
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))