aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;;;