Function: pcomplete/realpath

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

Signature

(pcomplete/realpath)

Documentation

Completion for the realpath command.

Source Code

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