From: Juri Linkov Date: Fri, 26 Mar 2004 07:00:39 +0000 (+0000) Subject: (eshell): Fix broken info-link. X-Git-Tag: ttn-vms-21-2-B4~7096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e084137df3b66bf6a863926ecc68e3c29f5a8fc;p=emacs.git (eshell): Fix broken info-link. --- 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)