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