Function: reftex-what-macro-safe

reftex-what-macro-safe is an autoloaded and byte-compiled function defined in reftex-parse.el.gz.

Signature

(reftex-what-macro-safe WHICH &optional BOUND)

Documentation

Call reftex-what-macro with special syntax table.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-parse.el.gz
;;;###autoload
(defun reftex-what-macro-safe (which &optional bound)
  "Call `reftex-what-macro' with special syntax table."
  (reftex-with-special-syntax
   (reftex-what-macro which bound)))