diff options
| -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)))))) | |||
| 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) |