]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
*** empty log message ***
[gnu-emacs] / lisp / info.el
index 020ec32395d5149cf51a2c51b73c3823ed2cad39..772fa26ebf1c3651595ca9f2eaf07d5f09844edd 100644 (file)
@@ -1,4 +1,5 @@
-;; Info package for Emacs  -- could use a "create node" feature.
+;;; info.el --- info package for Emacs  -- could use a "create node" feature.
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,8 +18,6 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-(provide 'info)
-
 (defvar Info-history nil
   "List of info nodes user has visited.
 Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
@@ -994,3 +993,7 @@ Interactively, if the binding is execute-extended-command, a command is read."
           (Info-goto-emacs-command-node command)))))
 ;;;###autoload
 (define-key help-map "\C-k" 'Info-goto-emacs-key-command-node)
+
+(provide 'info)
+
+;;; info.el ends here