Function: pcomplete/nl

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

Signature

(pcomplete/nl)

Documentation

Completion for the nl command.

Source Code

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