diff options
| author | Glenn Morris | 2012-04-20 20:32:15 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-20 20:32:15 -0400 |
| commit | ed99f8ff2e73e6c7395f9cb6e567f9141dd05fe4 (patch) | |
| tree | cd411cea4b59bc073458d35becdceded64215498 | |
| parent | 9c51bbaa925e7224d82f7f1d9a44513eb20b2ab1 (diff) | |
| download | emacs-ed99f8ff2e73e6c7395f9cb6e567f9141dd05fe4.tar.gz emacs-ed99f8ff2e73e6c7395f9cb6e567f9141dd05fe4.zip | |
Comment fix
| -rw-r--r-- | lisp/emacs-lisp/check-declare.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el index 3135b9b5827..d4213899ef6 100644 --- a/lisp/emacs-lisp/check-declare.el +++ b/lisp/emacs-lisp/check-declare.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; check-declare.el --- Check declare-function statements | 1 | ;;; check-declare.el --- Check declare-function statements |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glenn Morris <rgm@gnu.org> | 5 | ;; Author: Glenn Morris <rgm@gnu.org> |
| 6 | ;; Keywords: lisp, tools, maint | 6 | ;; Keywords: lisp, tools, maint |
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; checks that all such statements in a file or directory are accurate. | 28 | ;; checks that all such statements in a file or directory are accurate. |
| 29 | ;; The entry points are `check-declare-file' and `check-declare-directory'. | 29 | ;; The entry points are `check-declare-file' and `check-declare-directory'. |
| 30 | 30 | ||
| 31 | ;; For more information, see Info node `elisp(Declaring Functions)'. | 31 | ;; For more information, see Info node `(elisp)Declaring Functions'. |
| 32 | 32 | ||
| 33 | ;;; TODO: | 33 | ;;; TODO: |
| 34 | 34 | ||