Function: TeX-shdex-nor

TeX-shdex-nor is a byte-compiled function defined in tex.el.

Signature

(TeX-shdex-nor &rest ARGS)

Documentation

NOR operator for style hook dialect expressions.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defsubst TeX-shdex-nor (&rest args)
  "NOR operator for style hook dialect expressions."
  (lognot (apply #'TeX-shdex-or args)))