]> code.delx.au - gnu-emacs/commitdiff
Comment fix
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Apr 2012 00:32:15 +0000 (20:32 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Apr 2012 00:32:15 +0000 (20:32 -0400)
lisp/emacs-lisp/check-declare.el

index 3135b9b582737f91e89e0c38c1f24f533bf5e56c..d4213899ef642ddcf855917ebd95858dfa1d6346 100644 (file)
@@ -1,6 +1,6 @@
 ;;; check-declare.el --- Check declare-function statements
 
-;; Copyright (C) 2007-2012  Free Software Foundation, Inc.
+;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
 ;; Author: Glenn Morris <rgm@gnu.org>
 ;; Keywords: lisp, tools, maint
@@ -28,7 +28,7 @@
 ;; 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)'.
+;; For more information, see Info node `(elisp)Declaring Functions'.
 
 ;;; TODO: