# HG changeset patch # User Juanma Barranquero # Date 1024410949 0 # Node ID 19b72b42b51409b80671dd9838218d00d2d821a5 # Parent 2c6ffe81125cda540c0c71c81ce95d527363a9f9 (checkdoc-this-string-valid-engine): Fix typo. diff -r 2c6ffe81125c -r 19b72b42b514 lisp/emacs-lisp/checkdoc.el --- a/lisp/emacs-lisp/checkdoc.el Tue Jun 18 14:35:28 2002 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Tue Jun 18 14:35:49 2002 +0000 @@ -1598,7 +1598,7 @@ (concat (car fp) "-flag")))) (if (checkdoc-y-or-n-p (format - "Rename to %s and Query-Replace all occurances? " + "Rename to %s and Query-Replace all occurrences? " newname)) (progn (beginning-of-defun)