Mercurial > emacs
changeset 30275:009d92ce6f6c
(eshell-banner): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 11:52:01 +0000 |
parents | 428e9eb82841 |
children | 323c60449a68 |
files | lisp/eshell/em-banner.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/em-banner.el Tue Jul 18 11:51:43 2000 +0000 +++ b/lisp/eshell/em-banner.el Tue Jul 18 11:52:01 2000 +0000 @@ -28,7 +28,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) ;;; Commentary: