diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-18 11:49:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-18 11:49:24 +0000 |
commit | 3b2d7a298316356d99740b1843d1e8a03df75986 (patch) | |
tree | 16bb067df61fc836a567a285fd0381112110616e /lisp/eshell | |
parent | ad0f33869f055450c27458689af38f2a6e1223d7 (diff) | |
download | emacs-3b2d7a298316356d99740b1843d1e8a03df75986.tar.gz |
(eshell-cmd): 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')
-rw-r--r-- | lisp/eshell/esh-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index c9174f46b95..a3c7d58c066 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -28,7 +28,7 @@ pressing <RET>. There are several different kinds of commands, however." :tag "Command invocation" - :link '(info-link "(eshell.info)Command invocation") + :link '(info-link "(eshell)Command invocation") :group 'eshell) ;;; Commentary: |