# HG changeset patch # User Juanma Barranquero # Date 1024410928 0 # Node ID 2c6ffe81125cda540c0c71c81ce95d527363a9f9 # Parent 8cce22874db4259afb5996d6a87e523354e3b72d (edt-substitute): Fix typo. diff -r 8cce22874db4 -r 2c6ffe81125c lisp/emulation/edt.el --- a/lisp/emulation/edt.el Tue Jun 18 14:35:10 2002 +0000 +++ b/lisp/emulation/edt.el Tue Jun 18 14:35:28 2002 +0000 @@ -1054,7 +1054,7 @@ 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))