Variable: reftex-allow-detached-macro-args

reftex-allow-detached-macro-args is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means, allow arguments of macros to be detached by whitespace.

When this is t, aaa will be considered as argument of \bb in the following
construct: \bbb [xxx] {aaa}.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-allow-detached-macro-args nil
  "Non-nil means, allow arguments of macros to be detached by whitespace.
When this is t, `aaa' will be considered as argument of \\bb in the following
construct:  \\bbb [xxx] {aaa}."
  :group 'reftex-miscellaneous-configurations
  :type 'boolean)