From: Glenn Morris Date: Sat, 24 Nov 2007 03:11:14 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~9508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faf7b3960e4cd3e0122529d9efdd337bc6f3d876;p=emacs.git Comment. --- diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el index 08172c08e95..14342264bf6 100644 --- a/lisp/emacs-lisp/check-declare.el +++ b/lisp/emacs-lisp/check-declare.el @@ -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).