aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/reftex.texi
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 16:41:43 -0700
committerGlenn Morris2014-06-08 16:41:43 -0700
commitfd60bf6c902b47daadda6ebf442045dbe1328941 (patch)
treefd351a1fc087aefbca38b87102f06edf9f8b04ff /doc/misc/reftex.texi
parentff2d0e8336c05cb7d3e86f7406784cefc1d6589e (diff)
parent4181427f24e591f539122db2e3d8d8b55a7de7cd (diff)
downloademacs-fd60bf6c902b47daadda6ebf442045dbe1328941.tar.gz
emacs-fd60bf6c902b47daadda6ebf442045dbe1328941.zip
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Diffstat (limited to 'doc/misc/reftex.texi')
-rw-r--r--doc/misc/reftex.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 5479dfd9a24..6d79d352e40 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -4078,7 +4078,7 @@ group which contains all labels.
4078This may also be a function to do local parsing and identify point to be 4078This may also be a function to do local parsing and identify point to be
4079in a non-standard label environment. The function must take an 4079in a non-standard label environment. The function must take an
4080argument @var{bound} and limit backward searches to this value. It 4080argument @var{bound} and limit backward searches to this value. It
4081should return either nil or a cons cell @code{(@var{function} 4081should return either @code{nil} or a cons cell @code{(@var{function}
4082. @var{position})} with the function symbol and the position where the 4082. @var{position})} with the function symbol and the position where the
4083special environment starts. See the Info documentation for an 4083special environment starts. See the Info documentation for an
4084example. 4084example.
@@ -4235,7 +4235,7 @@ special packages like fancyref) are being used. RefTeX can and by
4235default does parse around each label to detect the correct label type, 4235default does parse around each label to detect the correct label type,
4236but this process can be slow when a document contains thousands of 4236but this process can be slow when a document contains thousands of
4237labels. If you use label prefixes consistently, you may speed up 4237labels. If you use label prefixes consistently, you may speed up
4238document parsing by setting this variable to a non-nil value. RefTeX 4238document parsing by setting this variable to a non-@code{nil} value. RefTeX
4239will then compare the label prefix with the prefixes found in 4239will then compare the label prefix with the prefixes found in
4240`reftex-label-alist' and derive the correct label type in this way. 4240`reftex-label-alist' and derive the correct label type in this way.
4241Possible values for this option are: 4241Possible values for this option are:
@@ -4822,7 +4822,7 @@ case.
4822 4822
4823@defopt reftex-index-verify-function 4823@defopt reftex-index-verify-function
4824A function which is called at each match during global indexing. 4824A function which is called at each match during global indexing.
4825If the function returns nil, the current match is skipped. 4825If the function returns @code{nil}, the current match is skipped.
4826@end defopt 4826@end defopt
4827 4827
4828@defopt reftex-index-phrases-skip-indexed-matches 4828@defopt reftex-index-phrases-skip-indexed-matches
@@ -4942,7 +4942,7 @@ escapes.
4942 4942
4943@defopt reftex-revisit-to-echo 4943@defopt reftex-revisit-to-echo
4944Non-@code{nil} means, automatic citation display will revisit files if 4944Non-@code{nil} means, automatic citation display will revisit files if
4945necessary. When nil, citation display in echo area will only be active 4945necessary. When @code{nil}, citation display in echo area will only be active
4946for cached echo strings (see @code{reftex-cache-cite-echo}), or for 4946for cached echo strings (see @code{reftex-cache-cite-echo}), or for
4947@BibTeX{} database files which are already visited by a live associated 4947@BibTeX{} database files which are already visited by a live associated
4948buffers. 4948buffers.
@@ -5275,8 +5275,8 @@ will
5275- supply arguments for macros like @code{\index} (flag 5) 5275- supply arguments for macros like @code{\index} (flag 5)
5276@end example 5276@end example
5277 5277
5278You may also set the variable itself to t or nil in order to turn all 5278You may also set the variable itself to @code{t} or @code{nil} in
5279options on or off, respectively.@* 5279order to turn all options on or off, respectively.@*
5280Supplying labels in new sections and environments applies when creating 5280Supplying labels in new sections and environments applies when creating
5281sections with @kbd{C-c C-s} and environments with @kbd{C-c C-e}.@* 5281sections with @kbd{C-c C-s} and environments with @kbd{C-c C-e}.@*
5282Supplying macro arguments applies when you insert such a macro 5282Supplying macro arguments applies when you insert such a macro
@@ -5286,7 +5286,7 @@ See the @AUCTeX{} documentation for more information.
5286 5286
5287@defopt reftex-revisit-to-follow 5287@defopt reftex-revisit-to-follow
5288Non-@code{nil} means, follow-mode will revisit files if necessary. 5288Non-@code{nil} means, follow-mode will revisit files if necessary.
5289When nil, follow-mode will be suspended for stuff in unvisited files. 5289When @code{nil}, follow-mode will be suspended for stuff in unvisited files.
5290@end defopt 5290@end defopt
5291 5291
5292@defopt reftex-allow-detached-macro-args 5292@defopt reftex-allow-detached-macro-args
@@ -5395,8 +5395,8 @@ if you'd like RefTeX to base its classification of labels on prefixes.
5395This can speed-up document parsing, but may in some cases reduce the 5395This can speed-up document parsing, but may in some cases reduce the
5396quality of the context used by RefTeX to describe a label. 5396quality of the context used by RefTeX to describe a label.
5397@item 5397@item
5398Fixed bug in @code{reftex-create-bibtex-file} when @code{reftex-comment-citations} 5398Fixed bug in @code{reftex-create-bibtex-file} when
5399is non-nil. 5399@code{reftex-comment-citations} is non-@code{nil}.
5400@item 5400@item
5401Fixed bugs in indexing: Case-sensitive search, quotes before and/or 5401Fixed bugs in indexing: Case-sensitive search, quotes before and/or
5402after words. Disabled indexing in comment lines. 5402after words. Disabled indexing in comment lines.
@@ -5743,7 +5743,7 @@ New option @code{reftex-cache-cite-echo}.
5743@kbd{M-x reftex-reset-mode} now also removes the file with parsing 5743@kbd{M-x reftex-reset-mode} now also removes the file with parsing
5744info. 5744info.
5745@item 5745@item
5746Default of @code{reftex-revisit-to-follow} changed to nil. 5746Default of @code{reftex-revisit-to-follow} changed to @code{nil}.
5747@end itemize 5747@end itemize
5748 5748
5749@noindent @b{Version 3.24} 5749@noindent @b{Version 3.24}