Function: TeX-shdex-or

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

Signature

(TeX-shdex-or &rest ARGS)

Documentation

OR operator for style hook dialect expressions.

Source Code

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