Comment.
authorGlenn Morris <rgm@gnu.org>
Sat, 24 Nov 2007 03:11:14 +0000 (03:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 24 Nov 2007 03:11:14 +0000 (03:11 +0000)
lisp/emacs-lisp/check-declare.el

index 08172c0..1434226 100644 (file)
@@ -30,6 +30,8 @@
 ;; checks that all such statements in a file or directory are accurate.
 ;; The entry points are `check-declare-file' and `check-declare-directory'.
 
+;; For more information, see Info node `elisp(Declaring Functions)'.
+
 ;;; TODO:
 
 ;; 1. Handle defstructs (eg uniquify-item-base in desktop.el).