Function: pcomplete/eshell-mode/export
pcomplete/eshell-mode/export is a byte-compiled function defined in
esh-var.el.gz.
Signature
(pcomplete/eshell-mode/export)
Documentation
Completion function for Eshell's export.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
(defun pcomplete/eshell-mode/export ()
"Completion function for Eshell's `export'."
(while (pcomplete-here
(if eshell-complete-export-definition
process-environment
(eshell-envvar-names)))))