]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/check-declare.el
Update copyright year to 2015
[gnu-emacs] / lisp / emacs-lisp / check-declare.el
index e15920ef0093713f72018c1eb5771f6ee989d619..13de61c4935eb04982e49d40f439c1f86feb7942 100644 (file)
@@ -1,6 +1,6 @@
 ;;; check-declare.el --- Check declare-function statements
 
-;; Copyright (C) 2007-201 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2015 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: