Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0178a99
Commit
c0178a99
authored
Jul 30, 2000
by
Gerd Moellmann
Browse files
Change custom :link file names from `eshell.info' to `eshell'.
parent
aeb4c63e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/eshell/esh-groups.el
lisp/eshell/esh-groups.el
+3
-3
No files found.
lisp/eshell/esh-groups.el
View file @
c0178a99
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment