From: Juanma Barranquero Date: Tue, 18 Jun 2002 14:35:49 +0000 (+0000) Subject: (checkdoc-this-string-valid-engine): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01af482e4d432161ae44b0db3cfe0fa246f99b49;p=emacs.git (checkdoc-this-string-valid-engine): Fix typo. --- diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 8107eb7bf5f..f6ff3667f22 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1598,7 +1598,7 @@ function,command,variable,option or symbol." ms1)))))) (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)