aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov2004-03-26 07:00:39 +0000
committerJuri Linkov2004-03-26 07:00:39 +0000
commit0e084137df3b66bf6a863926ecc68e3c29f5a8fc (patch)
treeeb6b1069d744a435872e106821ae1e3c45bfb8fb /lisp
parentc3504abb2eb2b044566175c3fe659875da7e9a4d (diff)
downloademacs-0e084137df3b66bf6a863926ecc68e3c29f5a8fc.tar.gz
emacs-0e084137df3b66bf6a863926ecc68e3c29f5a8fc.zip
(eshell): Fix broken info-link.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/eshell/eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index e76bcb17055..b3307c81b4e 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -34,7 +34,7 @@ is intended to be a functional replacement for command shells such as
34bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of 34bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of
35the tasks accomplished by such tools." 35the 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