]> git.eshelyaron.com Git - emacs.git/commitdiff
* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
authorJuri Linkov <juri@jurta.org>
Fri, 26 Mar 2004 07:02:30 +0000 (07:02 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 26 Mar 2004 07:02:30 +0000 (07:02 +0000)
Comment out broken info-links to incomplete Info manual.

lisp/eshell/em-alias.el

index 214375e496c4f7410a394d8d9f48a4c15040d211..0312f9d7ada960b3bd3ae2ed62697e0bae7b90bf 100644 (file)
@@ -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)
 
 ;;;