# HG changeset patch # User Gerd Moellmann # Date 964957723 0 # Node ID 01e227128435e5449b43d142977d229c1441fccb # Parent d732477f067811eb59cc9b78b3d602ee6083c967 Change custom :link file names from `eshell.info' to `eshell'. diff -r d732477f0678 -r 01e227128435 lisp/eshell/esh-groups.el --- a/lisp/eshell/esh-groups.el Fri Jul 28 18:22:57 2000 +0000 +++ b/lisp/eshell/esh-groups.el Sun Jul 30 11:48:43 2000 +0000 @@ -3,7 +3,7 @@ (defgroup eshell-alias nil "Command aliases allow for easy definition of alternate commands." :tag "Command aliases" - :link '(info-link "(eshell.info)Command aliases") + :link '(info-link "(eshell)Command aliases") :group 'eshell-module) (defgroup eshell-banner nil @@ -11,7 +11,7 @@ It exists so that others wishing to create their own Eshell extension modules may have a simple template to begin with." :tag "Login banner" - :link '(info-link "(eshell.info)Login banner") + :link '(info-link "(eshell)Login banner") :group 'eshell-module) (defgroup eshell-basic nil @@ -100,7 +100,7 @@ Most likely you will have to turn this option on and play around with it to get a real sense of how it works." :tag "Smart display of output" - :link '(info-link "(eshell.info)Smart display of output") + :link '(info-link "(eshell)Smart display of output") :group 'eshell-module) (defgroup eshell-term nil