changeset 54565:d41b30e64d75

* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Comment out broken info-links to incomplete Info manual.
author Juri Linkov <juri@jurta.org>
date Fri, 26 Mar 2004 07:02:30 +0000
parents 9915b3ca4e0f
children b73ba8cc2d91
files lisp/eshell/em-alias.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-alias.el	Fri Mar 26 07:00:39 2004 +0000
+++ b/lisp/eshell/em-alias.el	Fri Mar 26 07:02:30 2004 +0000
@@ -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 @@
 (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)
 
 ;;;