summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-03-26 07:02:30 +0000
committerJuri Linkov <juri@jurta.org>2004-03-26 07:02:30 +0000
commit3bbc63c48b8563e355b3aaeb97ef8046d13f36e4 (patch)
tree6b1b1a28e594083e6c805fade0c88b6872671517 /lisp
parent0e084137df3b66bf6a863926ecc68e3c29f5a8fc (diff)
downloademacs-3bbc63c48b8563e355b3aaeb97ef8046d13f36e4.tar.gz
emacs-3bbc63c48b8563e355b3aaeb97ef8046d13f36e4.tar.bz2
emacs-3bbc63c48b8563e355b3aaeb97ef8046d13f36e4.zip
* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
Comment out broken info-links to incomplete Info manual.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/eshell/em-alias.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el
index 214375e496c..0312f9d7ada 100644
--- a/lisp/eshell/em-alias.el
+++ b/lisp/eshell/em-alias.el
@@ -28,7 +28,7 @@
(defgroup eshell-alias nil
"Command aliases allow for easy definition of alternate commands."
:tag "Command aliases"
- :link '(info-link "(eshell)Command aliases")
+ ;; :link '(info-link "(eshell)Command aliases")
:group 'eshell-module)
;;; Commentary:
@@ -103,7 +103,7 @@ gained by using this module."
(defcustom eshell-bad-command-tolerance 3
"*The number of failed commands to ignore before creating an alias."
:type 'integer
- :link '(custom-manual "(eshell)Auto-correction of bad commands")
+ ;; :link '(custom-manual "(eshell)Auto-correction of bad commands")
:group 'eshell-alias)
;;;