diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-18 11:52:01 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-18 11:52:01 +0000 |
commit | 9fa8e3913930ce85b0d426e8be57f6ba5f9820a4 (patch) | |
tree | d0ab99126c5f07b193654b015480d1f379f99f4c /lisp/eshell/em-banner.el | |
parent | 7013279cb37dde47bc0a8981f1e883aeea01c709 (diff) | |
download | emacs-9fa8e3913930ce85b0d426e8be57f6ba5f9820a4.tar.gz |
(eshell-banner): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
Diffstat (limited to 'lisp/eshell/em-banner.el')
-rw-r--r-- | lisp/eshell/em-banner.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index 4f9f3141081..3b5fb814c42 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el @@ -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: |