summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-alias.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/em-alias.el')
-rw-r--r--lisp/eshell/em-alias.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el
index ff6d66eb9e9..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)
;;;
@@ -272,4 +272,5 @@ These are all the command aliases which begin with NAME."
eshell-prevent-alias-expansion))))
(eshell-parse-command alias))))))))))
+;;; arch-tag: 8b018fc1-4e07-4ccc-aa73-c0a1ba361f82
;;; em-alias.el ends here