From: Stefan Monnier Date: Tue, 23 Oct 2012 17:09:22 +0000 (-0400) Subject: * checkdoc.el (checkdoc-comment-style-hooks): Typo. X-Git-Tag: emacs-24.2.90~209^2~105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76673f9c62bbc0016a1233f38be920959b1ea158;p=emacs.git * checkdoc.el (checkdoc-comment-style-hooks): Typo. --- 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