diff options
| author | Gerd Moellmann | 2000-07-30 11:48:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-30 11:48:43 +0000 |
| commit | c0178a99f85693dcb617d6beec629c99170f2e3e (patch) | |
| tree | 57ac41909516479cceefacd57c9263c26631bdc6 | |
| parent | aeb4c63e0b133ad31ba117c026a6884182408e6b (diff) | |
| download | emacs-c0178a99f85693dcb617d6beec629c99170f2e3e.tar.gz emacs-c0178a99f85693dcb617d6beec629c99170f2e3e.zip | |
Change custom :link file names from `eshell.info' to `eshell'.
| -rw-r--r-- | lisp/eshell/esh-groups.el | 6 |
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 @@ | |||
| 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 |
| @@ -100,7 +100,7 @@ some of the edit/review concepts inherent in the design of Plan 9's | |||
| 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 |