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