aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorTassilo Horn2015-02-25 11:45:20 +0100
committerTassilo Horn2015-02-25 11:45:20 +0100
commitdcd4830cb9b716c0d055df84f5106b14585eb879 (patch)
tree06f6fc444683a3613b2f0aaea7d1f8819f7654f6 /doc/misc
parent8bb64d2722632fcc2b7c816e5f85d64ff10161f9 (diff)
downloademacs-dcd4830cb9b716c0d055df84f5106b14585eb879.tar.gz
emacs-dcd4830cb9b716c0d055df84f5106b14585eb879.zip
Handle customizations of reftex-include-file-commands
* reftex.texi (Multifile Documents): Document reftex-include-file-commands. (Options): Mention that non-customize changes might require calling reftex-compile-variables. * textmodes/reftex-vars.el (reftex-include-file-commands): Call reftex-set-dirty on changes.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog7
-rw-r--r--doc/misc/reftex.texi10
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d04a8bbb083..448c7f26c1a 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,10 @@
12015-02-25 Tassilo Horn <tsdh@gnu.org>
2
3 * reftex.texi (Multifile Documents): Document
4 reftex-include-file-commands.
5 (Options): Mention that non-customize changes might require
6 calling reftex-compile-variables.
7
12015-02-21 Paul Eggert <eggert@cs.ucla.edu> 82015-02-21 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 * texinfo.tex: Update from gnulib. 10 * texinfo.tex: Update from gnulib.
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 567063f2c3b..facfb4376db 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -2961,6 +2961,12 @@ label itself in order to be processed correctly by @RefTeX{}. The only
2961exception is that section labels referring to a section statement 2961exception is that section labels referring to a section statement
2962outside the current file can still use that section title as 2962outside the current file can still use that section title as
2963context. 2963context.
2964
2965@item
2966@vindex reftex-include-file-commands
2967@RefTeX{} knows about the @code{\include} and @code{\input} macros.
2968In case you use different commands to include files in a multifile
2969document, customize the variable @code{reftex-include-file-commands}.
2964@end itemize 2970@end itemize
2965 2971
2966@node Language Support 2972@node Language Support
@@ -3893,6 +3899,10 @@ Lisp (and even if you are) you might find it more comfortable to use
3893@code{customize} to look at and change these variables. @kbd{M-x 3899@code{customize} to look at and change these variables. @kbd{M-x
3894reftex-customize} will get you there. 3900reftex-customize} will get you there.
3895 3901
3902In case you don't use the @code{customize} interface, here's a caveat:
3903Changing (mostly parsing-related) options might require a call to
3904@code{reftex-compile-variables} in order to become effective.
3905
3896@menu 3906@menu
3897* Options - Table of Contents:: 3907* Options - Table of Contents::
3898* Options - Defining Label Environments:: 3908* Options - Defining Label Environments::