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