Function: pcomplete/od
pcomplete/od is an autoloaded and byte-compiled function defined in
pcmpl-unix.el.gz.
Signature
(pcomplete/od)
Documentation
Completion for the od command.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/od ()
"Completion for the `od' command."
(pcomplete-here-using-help "od --help"))