aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-06-18 14:35:49 +0000
committerJuanma Barranquero2002-06-18 14:35:49 +0000
commit01af482e4d432161ae44b0db3cfe0fa246f99b49 (patch)
tree0bead30f1dab7b2093cb4a81c3e268487e4484f4
parent669858fb0b00d986ff9560c316d95b316a829684 (diff)
downloademacs-01af482e4d432161ae44b0db3cfe0fa246f99b49.tar.gz
emacs-01af482e4d432161ae44b0db3cfe0fa246f99b49.zip
(checkdoc-this-string-valid-engine): Fix typo.
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
1 files changed, 1 insertions, 1 deletions
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))))))
1598 (concat (car fp) "-flag")))) 1598 (concat (car fp) "-flag"))))
1599 (if (checkdoc-y-or-n-p 1599 (if (checkdoc-y-or-n-p
1600 (format 1600 (format
1601 "Rename to %s and Query-Replace all occurances? " 1601 "Rename to %s and Query-Replace all occurrences? "
1602 newname)) 1602 newname))
1603 (progn 1603 (progn
1604 (beginning-of-defun) 1604 (beginning-of-defun)