Mercurial > emacs
changeset 54564:9915b3ca4e0f
(eshell): Fix broken info-link.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 26 Mar 2004 07:00:39 +0000 |
parents | e9ac89a9fb29 |
children | d41b30e64d75 |
files | lisp/eshell/eshell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/eshell.el Fri Mar 26 06:10:40 2004 +0000 +++ b/lisp/eshell/eshell.el Fri Mar 26 07:00:39 2004 +0000 @@ -34,7 +34,7 @@ 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)