Function: pcomplete/tac

pcomplete/tac is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/tac)

Documentation

Completion for the tac command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/tac ()
  "Completion for the `tac' command."
  (pcomplete-here-using-help "tac --help"))