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:
parent
0e084137df
commit
3bbc63c48b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue