comparison lisp/info.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 4cd7543be581
children f99c8512cd41
comparison
equal deleted inserted replaced
659:505130d1ddf8 660:08eb386dd0f3
1 ;; Info package for Emacs -- could use a "create node" feature. 1 ;;; info.el --- info package for Emacs -- could use a "create node" feature.
2
2 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
993 ;;;###autoload 994 ;;;###autoload
994 (define-key help-map "\C-k" 'Info-goto-emacs-key-command-node) 995 (define-key help-map "\C-k" 'Info-goto-emacs-key-command-node)
995 996
996 (provide 'info) 997 (provide 'info)
997 998
999 ;;; info.el ends here