diff options
author | Juri Linkov <juri@jurta.org> | 2004-03-26 07:03:06 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-03-26 07:03:06 +0000 |
commit | c6bf6cdcc93c529c82a4a63130dc6c0c6a7646af (patch) | |
tree | f13a0fe13acf870f43101aa1a4c22b7bbb6f7d17 /lisp/eshell/em-smart.el | |
parent | cb875e7bbea5446a04e7e1aaca1ba60c00e55d9c (diff) | |
download | emacs-c6bf6cdcc93c529c82a4a63130dc6c0c6a7646af.tar.gz |
* eshell/em-smart.el (eshell-smart):
Comment out broken info-links to incomplete Info manual.
Diffstat (limited to 'lisp/eshell/em-smart.el')
-rw-r--r-- | lisp/eshell/em-smart.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index fb539487204..750d7978287 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -33,7 +33,7 @@ some of the edit/review concepts inherent in the design of Plan 9's Most likely you will have to turn this option on and play around with it to get a real sense of how it works." :tag "Smart display of output" - :link '(info-link "(eshell)Smart display of output") + ;; :link '(info-link "(eshell)Smart display of output") :group 'eshell-module) ;;; Commentary: |