]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell): Fix broken info-link.
authorJuri Linkov <juri@jurta.org>
Fri, 26 Mar 2004 07:00:39 +0000 (07:00 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 26 Mar 2004 07:00:39 +0000 (07:00 +0000)
lisp/eshell/eshell.el

index e76bcb1705567c663f0086890f039d07bf5cc258..b3307c81b4ef9349784093cbf9b1084eabb774b1 100644 (file)
@@ -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)