+2015-02-25 Tassilo Horn <tsdh@gnu.org>
+
+ * reftex.texi (Multifile Documents): Document
+ reftex-include-file-commands.
+ (Options): Mention that non-customize changes might require
+ calling reftex-compile-variables.
+
2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
* texinfo.tex: Update from gnulib.
exception is that section labels referring to a section statement
outside the current file can still use that section title as
context.
+
+@item
+@vindex reftex-include-file-commands
+@RefTeX{} knows about the @code{\include} and @code{\input} macros.
+In case you use different commands to include files in a multifile
+document, customize the variable @code{reftex-include-file-commands}.
@end itemize
@node Language Support
@code{customize} to look at and change these variables. @kbd{M-x
reftex-customize} will get you there.
+In case you don't use the @code{customize} interface, here's a caveat:
+Changing (mostly parsing-related) options might require a call to
+@code{reftex-compile-variables} in order to become effective.
+
@menu
* Options - Table of Contents::
* Options - Defining Label Environments::
+2015-02-25 Tassilo Horn <tsdh@gnu.org>
+
+ * textmodes/reftex-vars.el (reftex-include-file-commands): Call
+ reftex-set-dirty on changes.
+
2015-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/edebug.el (edebug--display): Save-excursion (bug#19611).
The file name is expected after the command, either in braces or separated
by whitespace."
:group 'reftex-table-of-contents-browser
+ :set 'reftex-set-dirty
:type '(repeat string))
(defcustom reftex-max-section-depth 12