Function: pcomplete/date

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

Signature

(pcomplete/date)

Documentation

Completion for the date command.

Source Code

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