Function: TeX-match-style
TeX-match-style is a byte-compiled function defined in tex.el.
Signature
(TeX-match-style REGEXP)
Documentation
Check if a style matching REGEXP is active.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-match-style (regexp)
"Check if a style matching REGEXP is active."
(TeX-member regexp (TeX-style-list) #'string-match))