comparison lisp/eshell/em-smart.el @ 54567:5aa470f4fc15

* eshell/em-smart.el (eshell-smart): Comment out broken info-links to incomplete Info manual.
author Juri Linkov <juri@jurta.org>
date Fri, 26 Mar 2004 07:03:06 +0000
parents e0d19d483614
children 18a818a2ee7c
comparison
equal deleted inserted replaced
54566:b73ba8cc2d91 54567:5aa470f4fc15
31 9term. See the docs for more details. 31 9term. See the docs for more details.
32 32
33 Most likely you will have to turn this option on and play around with 33 Most likely you will have to turn this option on and play around with
34 it to get a real sense of how it works." 34 it to get a real sense of how it works."
35 :tag "Smart display of output" 35 :tag "Smart display of output"
36 :link '(info-link "(eshell)Smart display of output") 36 ;; :link '(info-link "(eshell)Smart display of output")
37 :group 'eshell-module) 37 :group 'eshell-module)
38 38
39 ;;; Commentary: 39 ;;; Commentary:
40 40
41 ;; The best way to get a sense of what this code is trying to do is by 41 ;; The best way to get a sense of what this code is trying to do is by