1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(edt-substitute): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-06-18 14:35:28 +00:00
parent f9f196c648
commit 669858fb0b

View 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))