diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-23 13:09:22 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-23 13:09:22 -0400 |
commit | 76673f9c62bbc0016a1233f38be920959b1ea158 (patch) | |
tree | 8af86d3d3b0930d21b3d80da74cce0d5d06d5db1 /lisp/emacs-lisp/checkdoc.el | |
parent | d20d69c098377609caaafafbe98dc118ff8a6e77 (diff) | |
download | emacs-76673f9c62bbc0016a1233f38be920959b1ea158.tar.gz emacs-76673f9c62bbc0016a1233f38be920959b1ea158.tar.bz2 emacs-76673f9c62bbc0016a1233f38be920959b1ea158.zip |
* checkdoc.el (checkdoc-comment-style-hooks): Typo.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-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 6250edc8792..ffa42e97221 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -286,7 +286,7 @@ DEFUNINFO is the return value of `checkdoc-defun-info'. ENDPOINT is the location of end of the documentation string.") (define-obsolete-variable-alias 'checkdoc-comment-style-hooks - checkdoc-comment-style-functions "24.3") + 'checkdoc-comment-style-functions "24.3") (defvar checkdoc-comment-style-functions nil "Hook run after the standard comment style check is completed. Must return nil if no errors are found, or a string describing the |