aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJuri Linkov2004-03-26 07:02:30 +0000
committerJuri Linkov2004-03-26 07:02:30 +0000
commit3bbc63c48b8563e355b3aaeb97ef8046d13f36e4 (patch)
tree6b1b1a28e594083e6c805fade0c88b6872671517 /lisp/eshell
parent0e084137df3b66bf6a863926ecc68e3c29f5a8fc (diff)
downloademacs-3bbc63c48b8563e355b3aaeb97ef8046d13f36e4.tar.gz
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/eshell')
-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 @@
28(defgroup eshell-alias nil 28(defgroup eshell-alias nil
29 "Command aliases allow for easy definition of alternate commands." 29 "Command aliases allow for easy definition of alternate commands."
30 :tag "Command aliases" 30 :tag "Command aliases"
31 :link '(info-link "(eshell)Command aliases") 31 ;; :link '(info-link "(eshell)Command aliases")
32 :group 'eshell-module) 32 :group 'eshell-module)
33 33
34;;; Commentary: 34;;; Commentary:
@@ -103,7 +103,7 @@ gained by using this module."
103(defcustom eshell-bad-command-tolerance 3 103(defcustom eshell-bad-command-tolerance 3
104 "*The number of failed commands to ignore before creating an alias." 104 "*The number of failed commands to ignore before creating an alias."
105 :type 'integer 105 :type 'integer
106 :link '(custom-manual "(eshell)Auto-correction of bad commands") 106 ;; :link '(custom-manual "(eshell)Auto-correction of bad commands")
107 :group 'eshell-alias) 107 :group 'eshell-alias)
108 108
109;;; 109;;;