Mercurial > emacs
changeset 45897:19b72b42b514
(checkdoc-this-string-valid-engine): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 18 Jun 2002 14:35:49 +0000 |
parents | 2c6ffe81125c |
children | 5d6de4aa3f61 |
files | lisp/emacs-lisp/checkdoc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el Tue Jun 18 14:35:28 2002 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Tue Jun 18 14:35:49 2002 +0000 @@ -1598,7 +1598,7 @@ (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)