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

index 8107eb7bf5fd6509ceb44ca84e6a525d93e01f8e..f6ff3667f22f7a70866921e77e232e12d7919b09 100644 (file)
@@ -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)