diff options
| author | Carsten Dominik | 2005-01-25 10:29:49 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2005-01-25 10:29:49 +0000 |
| commit | a17f6c51a1947cd27a386960ccda7099da34d831 (patch) | |
| tree | b71d09ca23161ac5b0732d3d0fee2e47d739be4a | |
| parent | 60fc9395a3197f00a2fa702ef61794ea1dd1b3e1 (diff) | |
| download | emacs-a17f6c51a1947cd27a386960ccda7099da34d831.tar.gz emacs-a17f6c51a1947cd27a386960ccda7099da34d831.zip | |
documented `reftex-isearch-minor-mode'
| -rw-r--r-- | man/reftex.texi | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/man/reftex.texi b/man/reftex.texi index 21090caf2ea..7de16dcb0e1 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -3520,13 +3520,15 @@ this manual. | |||
| 3520 | 3520 | ||
| 3521 | Thanks to the people on the Net who have used @b{Ref@TeX{}} and helped | 3521 | Thanks to the people on the Net who have used @b{Ref@TeX{}} and helped |
| 3522 | developing it with their reports. In particular thanks to @i{Fran | 3522 | developing it with their reports. In particular thanks to @i{Fran |
| 3523 | Burstall, Alastair Burt, Lars Clausen, Soren Dayton, Stephen Eglen, Karl | 3523 | Burstall, Alastair Burt, Lars Clausen, Soren Dayton, Stephen Eglen, |
| 3524 | Eichwalder, Erik Frisk, Peter Galbraith, Kai Grossjohann, Frank Harrell, | 3524 | Karl Eichwalder, Erik Frisk, Peter Galbraith, Kai Grossjohann, Frank |
| 3525 | Peter Heslin, Stephan Heuel, Alan Ho, Lute Kamstra, Dieter Kraft, David | 3525 | Harrell, Peter Heslin, Stephan Heuel, Alan Ho, Lute Kamstra, Dieter |
| 3526 | Kastrup, Adrian Lanz, Rory Molinari, Stefan Monnier, Laurent Mugnier, | 3526 | Kraft, David Kastrup, Adrian Lanz, Juri Linkov, Rory Molinari, Stefan |
| 3527 | Sudeep Kumar Palat, Daniel Polani, Alan Shutko, Robin Socha, Richard | 3527 | Monnier, Laurent Mugnier, Dan Nicolaescu, Sudeep Kumar Palat, Daniel |
| 3528 | Stanton, Allan Strand, Jan Vroonhof, Christoph Wedler, Alan Williams, | 3528 | Polani, Alan Shutko, Robin Socha, Richard Stanton, Allan Strand, Jan |
| 3529 | Roland Winkler, Hans-Christoph Wirth, Eli Zaretskii}. | 3529 | Vroonhof, Christoph Wedler, Alan Williams, Roland Winkler, |
| 3530 | Hans-Christoph Wirth, Eli Zaretskii}. | ||
| 3531 | |||
| 3530 | 3532 | ||
| 3531 | The @code{view-crossref} feature was inspired by @i{Peter Galbraith's} | 3533 | The @code{view-crossref} feature was inspired by @i{Peter Galbraith's} |
| 3532 | @file{bib-cite.el}. | 3534 | @file{bib-cite.el}. |
| @@ -3668,6 +3670,12 @@ document. With prefix arg, replace only word-delimited matches. No | |||
| 3668 | active TAGS table is required. | 3670 | active TAGS table is required. |
| 3669 | @end deffn | 3671 | @end deffn |
| 3670 | 3672 | ||
| 3673 | @deffn Command reftex-isearch-minor-mode | ||
| 3674 | Toggle a minor mode which enables incremental search to work globally | ||
| 3675 | on the entire multifile document. Files will be searched in th | ||
| 3676 | sequence they appear in the document. | ||
| 3677 | @end deffn | ||
| 3678 | |||
| 3671 | @deffn Command reftex-goto-label | 3679 | @deffn Command reftex-goto-label |
| 3672 | Prompt for a label (with completion) and jump to the location of this | 3680 | Prompt for a label (with completion) and jump to the location of this |
| 3673 | label. Optional prefix argument @var{other-window} goes to the label in | 3681 | label. Optional prefix argument @var{other-window} goes to the label in |