]> git.eshelyaron.com Git - emacs.git/commitdiff
(checkdoc-this-string-valid-engine): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:25:50 +0000 (14:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:25:50 +0000 (14:25 +0000)
lisp/emacs-lisp/checkdoc.el

index 6a0c3f4ebc0c08e74f3ed3d182cba4da07e678f1..b22129ae6d32ffa1ed2484d9fb1a10397512662d 100644 (file)
@@ -1613,7 +1613,7 @@ function,command,variable,option or symbol." ms1))))))
                      (not (string-match "-flag$" (car fp))))
                 (if (checkdoc-y-or-n-p
                      (format
-                      "Rename to %s and Query-Replace all occurances? "
+                      "Rename to %s and Query-Replace all occurrences? "
                       (concat (car fp) "-flag")))
                     (progn
                       (beginning-of-defun)