Variable: eshell-arg-mode
eshell-arg-mode is a buffer-local variable defined in esh-arg.el.gz.
Documentation
Non-nil if Eshell-Arg mode is enabled.
Use the command eshell-arg-mode(var)/eshell-arg-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
;;; Functions:
(define-minor-mode eshell-arg-mode
"Minor mode for the arg eshell module.
\\{eshell-arg-mode-map}"
:keymap eshell-arg-mode-map)