aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 64348b00b7c..218bd2a2e52 100644
--- a/lisp/eshell/esh-groups.el
+++ b/lisp/eshell/esh-groups.el
@@ -3,7 +3,7 @@
3(defgroup eshell-alias nil 3(defgroup eshell-alias nil
4 "Command aliases allow for easy definition of alternate commands." 4 "Command aliases allow for easy definition of alternate commands."
5 :tag "Command aliases" 5 :tag "Command aliases"
6 :link '(info-link "(eshell.info)Command aliases") 6 :link '(info-link "(eshell)Command aliases")
7 :group 'eshell-module) 7 :group 'eshell-module)
8 8
9(defgroup eshell-banner nil 9(defgroup eshell-banner nil
@@ -11,7 +11,7 @@
11It exists so that others wishing to create their own Eshell extension 11It exists so that others wishing to create their own Eshell extension
12modules may have a simple template to begin with." 12modules may have a simple template to begin with."
13 :tag "Login banner" 13 :tag "Login banner"
14 :link '(info-link "(eshell.info)Login banner") 14 :link '(info-link "(eshell)Login banner")
15 :group 'eshell-module) 15 :group 'eshell-module)
16 16
17(defgroup eshell-basic nil 17(defgroup eshell-basic nil
@@ -100,7 +100,7 @@ some of the edit/review concepts inherent in the design of Plan 9's
100Most likely you will have to turn this option on and play around with 100Most likely you will have to turn this option on and play around with
101it to get a real sense of how it works." 101it to get a real sense of how it works."
102 :tag "Smart display of output" 102 :tag "Smart display of output"
103 :link '(info-link "(eshell.info)Smart display of output") 103 :link '(info-link "(eshell)Smart display of output")
104 :group 'eshell-module) 104 :group 'eshell-module)
105 105
106(defgroup eshell-term nil 106(defgroup eshell-term nil