]> code.delx.au - gnu-emacs/blobdiff - lisp/informat.el
*** empty log message ***
[gnu-emacs] / lisp / informat.el
index 1f91cb5b8be54dbdffbc4e97f717c0eb0c2e274c..af970512ee67c96c77a80905080c1c440c68a8a5 100644 (file)
@@ -1,11 +1,15 @@
-;; Info support functions package for Emacs
+;;; informat.el --- info support functions package for Emacs
+
+;; Maintainer: FSF
+;; Last-Modified: 09 May 1991
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 1, or (at your option)
+;; the Free Software Foundation; either version 2, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -17,6 +21,8 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
+
 (require 'info)
 
 ;;;###autoload
@@ -413,3 +419,5 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\""
                           (save-buffer))))
            (error (message ">> Error: %s" (prin1-to-string err))))))
       (kill-emacs error))))
+
+;;; informat.el ends here