# HG changeset patch # User Juri Linkov # Date 1080284550 0 # Node ID d41b30e64d75cf06c257be68953fc083990d9639 # Parent 9915b3ca4e0fb70c716bf844c6f214b8a69229cf * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Comment out broken info-links to incomplete Info manual. diff -r 9915b3ca4e0f -r d41b30e64d75 lisp/eshell/em-alias.el --- 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) ;;;