Function: tex-chktex-command

tex-chktex-command is a byte-compiled function defined in tex-mode.el.gz.

Signature

(tex-chktex-command)

Documentation

Return a list of command arguments for invoking ChkTeX.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-chktex-command ()
  "Return a list of command arguments for invoking ChkTeX."
  `(,tex-chktex-program ,@tex-chktex-extra-flags
                        "--quiet" "--verbosity=0" "--inputfiles"))