Function: pcomplete/eshell-mode/eshell-debug
pcomplete/eshell-mode/eshell-debug is a byte-compiled function defined
in em-basic.el.gz.
Signature
(pcomplete/eshell-mode/eshell-debug)
Documentation
Completion for the debug command.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-basic.el.gz
(defun pcomplete/eshell-mode/eshell-debug ()
"Completion for the `debug' command."
(while (pcomplete-here '("error" "form" "process"))))