Mercurial > emacs
changeset 86388:b8e2c95bbb6e
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 24 Nov 2007 03:11:14 +0000 |
parents | 00457632e132 |
children | 1a38f5f1efd6 |
files | lisp/emacs-lisp/check-declare.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/check-declare.el Sat Nov 24 03:09:55 2007 +0000 +++ b/lisp/emacs-lisp/check-declare.el Sat Nov 24 03:11:14 2007 +0000 @@ -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).