diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-04-28 18:37:34 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-04-28 18:37:34 +0300 |
commit | b3023de5431fc308e2a6db61ed4fdd18db785324 (patch) | |
tree | ca1c8f1adcde2d7192fe7991a672a89139f2610e /lisp/textmodes/reftex-global.el | |
parent | 904aaabb0516b98b6195b3e8a37ea85d50a8d185 (diff) | |
parent | 3b6338c8c351cce721f2f1aa115cadc401179d5c (diff) | |
download | emacs-b3023de5431fc308e2a6db61ed4fdd18db785324.tar.gz emacs-b3023de5431fc308e2a6db61ed4fdd18db785324.tar.bz2 emacs-b3023de5431fc308e2a6db61ed4fdd18db785324.zip |
Merge from origin/emacs-28
# Conflicts:
# lisp/progmodes/xref.el
Diffstat (limited to 'lisp/textmodes/reftex-global.el')
-rw-r--r-- | lisp/textmodes/reftex-global.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 2dbb4484a71..062cea9c505 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -88,6 +88,12 @@ No active TAGS table is required." (defun reftex-query-replace-document (&optional from to delimited) "Do `query-replace-regexp' of FROM with TO over the entire document. Third arg DELIMITED (prefix arg) means replace only word-delimited matches. + +As each match is found, the user must type a character saying +what to do with it. Type SPC or `y' to replace the match, +DEL or `n' to skip and go to the next match. For more directions, +type \\[help-command] at that time. + If you exit (\\[keyboard-quit], RET or q), you can resume the query replace with the command \\[tags-loop-continue]. No active TAGS table is required." |