comparison lisp/eshell/em-smart.el @ 30273:dad74ad87ac2

(eshell-smart): 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:50:42 +0000
parents 34b1ab9d583d
children 10b1c85c0bbe
comparison
equal deleted inserted replaced
30272:0179b2540cf1 30273:dad74ad87ac2
29 9term. See the docs for more details. 29 9term. See the docs for more details.
30 30
31 Most likely you will have to turn this option on and play around with 31 Most likely you will have to turn this option on and play around with
32 it to get a real sense of how it works." 32 it to get a real sense of how it works."
33 :tag "Smart display of output" 33 :tag "Smart display of output"
34 :link '(info-link "(eshell.info)Smart display of output") 34 :link '(info-link "(eshell)Smart display of output")
35 :group 'eshell-module) 35 :group 'eshell-module)
36 36
37 ;;; Commentary: 37 ;;; Commentary:
38 38
39 ;; The best way to get a sense of what this code is trying to do is by 39 ;; The best way to get a sense of what this code is trying to do is by