diff options
author | Juri Linkov <juri@jurta.org> | 2004-03-26 07:00:39 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-03-26 07:00:39 +0000 |
commit | 0e084137df3b66bf6a863926ecc68e3c29f5a8fc (patch) | |
tree | eb6b1069d744a435872e106821ae1e3c45bfb8fb /lisp/eshell/eshell.el | |
parent | c3504abb2eb2b044566175c3fe659875da7e9a4d (diff) | |
download | emacs-0e084137df3b66bf6a863926ecc68e3c29f5a8fc.tar.gz |
(eshell): Fix broken info-link.
Diffstat (limited to 'lisp/eshell/eshell.el')
-rw-r--r-- | lisp/eshell/eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index e76bcb17055..b3307c81b4e 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el @@ -34,7 +34,7 @@ is intended to be a functional replacement for command shells such as bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of the tasks accomplished by such tools." :tag "The Emacs shell" - :link '(info-link "(eshell)The Emacs shell") + :link '(info-link "(eshell)Top") :version "21.1" :group 'applications) |