diff options
author | Kenichi Handa <handa@gnu.org> | 2012-11-18 20:29:54 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2012-11-18 20:29:54 +0900 |
commit | e1d276cbf9e18f13101328f56bed1a1c0a66e63a (patch) | |
tree | f1fdfc9550866b9e323da072ff2eb38821996246 /lisp/emacs-lisp/checkdoc.el | |
parent | 00dc3ead070e2e8017629f4d60d8366ac00c32cb (diff) | |
parent | dfa8939b2827d23e02f3d7f6622e3a619ec6fd90 (diff) | |
download | emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.tar.gz emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.tar.bz2 emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.zip |
merge trunk
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 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. ;; |