From: Juri Linkov Date: Fri, 26 Mar 2004 07:02:30 +0000 (+0000) Subject: * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): X-Git-Tag: ttn-vms-21-2-B4~7095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bbc63c48b8563e355b3aaeb97ef8046d13f36e4;p=emacs.git * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Comment out broken info-links to incomplete Info manual. --- 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 @@ (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) ;;;