summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-11-16 09:20:23 -0800
committerGlenn Morris <rgm@gnu.org>2012-11-16 09:20:23 -0800
commit96e055075d7c73cf189038db1b15f9369888ea41 (patch)
tree000f5ac37801ff324fa5a79c1af23bd762d826dc /lisp/emacs-lisp/checkdoc.el
parent3d082a269ece18058ed82957f8a056822b39789e (diff)
parentcdc5d88cf68f232a71560937b557af8fa36d50c5 (diff)
downloademacs-96e055075d7c73cf189038db1b15f9369888ea41.tar.gz
Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index ffa42e97221..1cbed17cbab 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -124,7 +124,7 @@
;; Adding your own checks:
;;
;; You can experiment with adding your own checks by setting the
-;; hooks `checkdoc-style-functions' and `checkdoc-comment-style-hooks'.
+;; hooks `checkdoc-style-functions' and `checkdoc-comment-style-functions'.
;; Return a string which is the error you wish to report. The cursor
;; position should be preserved.
;;