1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00

* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):

Comment out broken info-links to incomplete Info manual.
This commit is contained in:
Juri Linkov 2004-03-26 07:02:30 +00:00
parent 0e084137df
commit 3bbc63c48b

View 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)
;;;