Variable: eshell-delimiter-argument-list
eshell-delimiter-argument-list is a customizable variable defined in
esh-arg.el.gz.
Value
(59 38 124 62 32 9 10)
Documentation
List of characters to recognize as argument separators.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
(defcustom eshell-delimiter-argument-list '(?\; ?& ?\| ?\> ?\s ?\t ?\n)
"List of characters to recognize as argument separators."
:type '(repeat character)
:group 'eshell-arg)