comparison lisp/eshell/eshell.el @ 54564:9915b3ca4e0f

(eshell): Fix broken info-link.
author Juri Linkov <juri@jurta.org>
date Fri, 26 Mar 2004 07:00:39 +0000
parents 695cf19ef79e
children 18a818a2ee7c
comparison
equal deleted inserted replaced
54563:e9ac89a9fb29 54564:9915b3ca4e0f
32 invokes no external processes beyond those requested by the user. It 32 invokes no external processes beyond those requested by the user. It
33 is intended to be a functional replacement for command shells such as 33 is intended to be a functional replacement for command shells such as
34 bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of 34 bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of
35 the tasks accomplished by such tools." 35 the tasks accomplished by such tools."
36 :tag "The Emacs shell" 36 :tag "The Emacs shell"
37 :link '(info-link "(eshell)The Emacs shell") 37 :link '(info-link "(eshell)Top")
38 :version "21.1" 38 :version "21.1"
39 :group 'applications) 39 :group 'applications)
40 40
41 ;;; Commentary: 41 ;;; Commentary:
42 42