comparison lisp/eshell/esh-groups.el @ 30520:01e227128435

Change custom :link file names from `eshell.info' to `eshell'.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 30 Jul 2000 11:48:43 +0000
parents edfec1c0d511
children e21feeab77fb
comparison
equal deleted inserted replaced
30519:d732477f0678 30520:01e227128435
1 ;;; do not modify this file; it is auto-generated 1 ;;; do not modify this file; it is auto-generated
2 2
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
10 "This sample module displays a welcome banner at login. 10 "This sample module displays a welcome banner at login.
11 It exists so that others wishing to create their own Eshell extension 11 It exists so that others wishing to create their own Eshell extension
12 modules may have a simple template to begin with." 12 modules 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
18 "The \"basic\" code provides a set of convenience functions which 18 "The \"basic\" code provides a set of convenience functions which
19 are traditionally considered shell builtins. Since all of the 19 are traditionally considered shell builtins. Since all of the
98 9term. See the docs for more details. 98 9term. See the docs for more details.
99 99
100 Most likely you will have to turn this option on and play around with 100 Most likely you will have to turn this option on and play around with
101 it to get a real sense of how it works." 101 it 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
107 "This module causes visual commands (e.g., 'vi') to be executed by 107 "This module causes visual commands (e.g., 'vi') to be executed by
108 the `term' package, which comes with Emacs. This package handles most 108 the `term' package, which comes with Emacs. This package handles most