diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-06-18 14:35:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-06-18 14:35:49 +0000 |
commit | 01af482e4d432161ae44b0db3cfe0fa246f99b49 (patch) | |
tree | 0bead30f1dab7b2093cb4a81c3e268487e4484f4 /lisp/emacs-lisp | |
parent | 669858fb0b00d986ff9560c316d95b316a829684 (diff) | |
download | emacs-01af482e4d432161ae44b0db3cfe0fa246f99b49.tar.gz emacs-01af482e4d432161ae44b0db3cfe0fa246f99b49.tar.bz2 emacs-01af482e4d432161ae44b0db3cfe0fa246f99b49.zip |
(checkdoc-this-string-valid-engine): Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
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)))))) (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) |