aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-07-30 11:48:43 +0000
committerGerd Moellmann <[email protected]>2000-07-30 11:48:43 +0000
commitc0178a99f85693dcb617d6beec629c99170f2e3e (patch)
tree57ac41909516479cceefacd57c9263c26631bdc6 /lisp/eshell
parentaeb4c63e0b133ad31ba117c026a6884182408e6b (diff)
Change custom :link file names from `eshell.info' to `eshell'.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-groups.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/eshell/esh-groups.el b/lisp/eshell/esh-groups.el
index 64348b00b7..218bd2a2e5 100644
--- a/lisp/eshell/esh-groups.el
+++ b/lisp/eshell/esh-groups.el
@@ -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 @@ some of the edit/review concepts inherent in the design of Plan 9's
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