Function: TeX-shdex-not
TeX-shdex-not is a byte-compiled function defined in tex.el.
Signature
(TeX-shdex-not ARG)
Documentation
NOT operator for style hook dialect expressions.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defsubst TeX-shdex-not (arg)
"NOT operator for style hook dialect expressions."
(lognot (TeX-shdex-eval arg)))