comparison lisp/eshell/esh-cmd.el @ 30272:0179b2540cf1

(eshell-cmd): 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:49:24 +0000
parents 34b1ab9d583d
children 3099993cba0f
comparison
equal deleted inserted replaced
30271:54ff6ef3d884 30272:0179b2540cf1
26 (defgroup eshell-cmd nil 26 (defgroup eshell-cmd nil
27 "Executing an Eshell command is as simple as typing it in and 27 "Executing an Eshell command is as simple as typing it in and
28 pressing <RET>. There are several different kinds of commands, 28 pressing <RET>. There are several different kinds of commands,
29 however." 29 however."
30 :tag "Command invocation" 30 :tag "Command invocation"
31 :link '(info-link "(eshell.info)Command invocation") 31 :link '(info-link "(eshell)Command invocation")
32 :group 'eshell) 32 :group 'eshell)
33 33
34 ;;; Commentary: 34 ;;; Commentary:
35 35
36 ;;;_* Invoking external commands 36 ;;;_* Invoking external commands