diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-12 19:11:46 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-12 19:11:46 -0800 |
commit | 7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4 (patch) | |
tree | 915ff00197aae7f1fa4f851048b2b36d174a3d5c /lisp/emacs-lisp/checkdoc.el | |
parent | f8705f6e3102454bf1e3213956eb3ac8160ff047 (diff) | |
download | emacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.tar.gz emacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.tar.bz2 emacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.zip |
Use new names for hooks rather than obsolete aliases
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
* lisp/cedet/semantic/util.el (semantic-describe-buffer):
* lisp/cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token)
(semantic-default-c-setup):
* lisp/emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
* lisp/gnus/gnus-diary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(gnus-subscribe-newsgroup-functions)
(nndiary-request-accept-article-functions):
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
Use new names for hooks rather than obsolete aliases.
* lisp/arc-mode.el:
* lisp/emacs-lisp/checkdoc.el: Related comments.
* etc/NEWS: Related markup.
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. ;; |