Function: pcomplete/sync

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

Signature

(pcomplete/sync)

Documentation

Completion for the sync command.

Source Code

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