diff options
| author | Glenn Morris | 2014-06-08 16:41:43 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-08 16:41:43 -0700 |
| commit | fd60bf6c902b47daadda6ebf442045dbe1328941 (patch) | |
| tree | fd351a1fc087aefbca38b87102f06edf9f8b04ff /doc/misc/reftex.texi | |
| parent | ff2d0e8336c05cb7d3e86f7406784cefc1d6589e (diff) | |
| parent | 4181427f24e591f539122db2e3d8d8b55a7de7cd (diff) | |
| download | emacs-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.texi | 20 |
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. | |||
| 4078 | This may also be a function to do local parsing and identify point to be | 4078 | This may also be a function to do local parsing and identify point to be |
| 4079 | in a non-standard label environment. The function must take an | 4079 | in a non-standard label environment. The function must take an |
| 4080 | argument @var{bound} and limit backward searches to this value. It | 4080 | argument @var{bound} and limit backward searches to this value. It |
| 4081 | should return either nil or a cons cell @code{(@var{function} | 4081 | should 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 |
| 4083 | special environment starts. See the Info documentation for an | 4083 | special environment starts. See the Info documentation for an |
| 4084 | example. | 4084 | example. |
| @@ -4235,7 +4235,7 @@ special packages like fancyref) are being used. RefTeX can and by | |||
| 4235 | default does parse around each label to detect the correct label type, | 4235 | default does parse around each label to detect the correct label type, |
| 4236 | but this process can be slow when a document contains thousands of | 4236 | but this process can be slow when a document contains thousands of |
| 4237 | labels. If you use label prefixes consistently, you may speed up | 4237 | labels. If you use label prefixes consistently, you may speed up |
| 4238 | document parsing by setting this variable to a non-nil value. RefTeX | 4238 | document parsing by setting this variable to a non-@code{nil} value. RefTeX |
| 4239 | will then compare the label prefix with the prefixes found in | 4239 | will 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. |
| 4241 | Possible values for this option are: | 4241 | Possible values for this option are: |
| @@ -4822,7 +4822,7 @@ case. | |||
| 4822 | 4822 | ||
| 4823 | @defopt reftex-index-verify-function | 4823 | @defopt reftex-index-verify-function |
| 4824 | A function which is called at each match during global indexing. | 4824 | A function which is called at each match during global indexing. |
| 4825 | If the function returns nil, the current match is skipped. | 4825 | If 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 |
| 4944 | Non-@code{nil} means, automatic citation display will revisit files if | 4944 | Non-@code{nil} means, automatic citation display will revisit files if |
| 4945 | necessary. When nil, citation display in echo area will only be active | 4945 | necessary. When @code{nil}, citation display in echo area will only be active |
| 4946 | for cached echo strings (see @code{reftex-cache-cite-echo}), or for | 4946 | for 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 |
| 4948 | buffers. | 4948 | buffers. |
| @@ -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 | ||
| 5278 | You may also set the variable itself to t or nil in order to turn all | 5278 | You may also set the variable itself to @code{t} or @code{nil} in |
| 5279 | options on or off, respectively.@* | 5279 | order to turn all options on or off, respectively.@* |
| 5280 | Supplying labels in new sections and environments applies when creating | 5280 | Supplying labels in new sections and environments applies when creating |
| 5281 | sections with @kbd{C-c C-s} and environments with @kbd{C-c C-e}.@* | 5281 | sections with @kbd{C-c C-s} and environments with @kbd{C-c C-e}.@* |
| 5282 | Supplying macro arguments applies when you insert such a macro | 5282 | Supplying 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 |
| 5288 | Non-@code{nil} means, follow-mode will revisit files if necessary. | 5288 | Non-@code{nil} means, follow-mode will revisit files if necessary. |
| 5289 | When nil, follow-mode will be suspended for stuff in unvisited files. | 5289 | When @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. | |||
| 5395 | This can speed-up document parsing, but may in some cases reduce the | 5395 | This can speed-up document parsing, but may in some cases reduce the |
| 5396 | quality of the context used by RefTeX to describe a label. | 5396 | quality of the context used by RefTeX to describe a label. |
| 5397 | @item | 5397 | @item |
| 5398 | Fixed bug in @code{reftex-create-bibtex-file} when @code{reftex-comment-citations} | 5398 | Fixed bug in @code{reftex-create-bibtex-file} when |
| 5399 | is non-nil. | 5399 | @code{reftex-comment-citations} is non-@code{nil}. |
| 5400 | @item | 5400 | @item |
| 5401 | Fixed bugs in indexing: Case-sensitive search, quotes before and/or | 5401 | Fixed bugs in indexing: Case-sensitive search, quotes before and/or |
| 5402 | after words. Disabled indexing in comment lines. | 5402 | after 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 |
| 5744 | info. | 5744 | info. |
| 5745 | @item | 5745 | @item |
| 5746 | Default of @code{reftex-revisit-to-follow} changed to nil. | 5746 | Default 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} |