aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorTassilo Horn2015-02-25 11:45:20 +0100
committerTassilo Horn2015-02-25 11:45:20 +0100
commitdcd4830cb9b716c0d055df84f5106b14585eb879 (patch)
tree06f6fc444683a3613b2f0aaea7d1f8819f7654f6 /lisp/textmodes
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 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-vars.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 115c1e0cde4..7fe6882d3ca 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -263,6 +263,7 @@ distribution. Mixed-case symbols are convenience aliases.")
263The file name is expected after the command, either in braces or separated 263The file name is expected after the command, either in braces or separated
264by whitespace." 264by whitespace."
265 :group 'reftex-table-of-contents-browser 265 :group 'reftex-table-of-contents-browser
266 :set 'reftex-set-dirty
266 :type '(repeat string)) 267 :type '(repeat string))
267 268
268(defcustom reftex-max-section-depth 12 269(defcustom reftex-max-section-depth 12