Function: latex--comment-region

latex--comment-region is a byte-compiled function defined in tex-mode.el.gz.

Signature

(latex--comment-region BEG END &optional ARG)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun latex--comment-region (beg end &optional arg)
  (comment-region-default-1 beg end arg t))