diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-30 00:56:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-30 00:56:40 +0000 |
commit | 44fc58f2dae4af437ea96625372f5cfb44f44e0f (patch) | |
tree | 1263b0c25ed56c1a37f2980ce7837bb6cf72a777 /lisp/textmodes/reftex-global.el | |
parent | e5374284655239600219702f05277ddfea3a5394 (diff) | |
download | emacs-44fc58f2dae4af437ea96625372f5cfb44f44e0f.tar.gz |
(reftex-query-replace-document, reftex-change-label): Doc fix.
Diffstat (limited to 'lisp/textmodes/reftex-global.el')
-rw-r--r-- | lisp/textmodes/reftex-global.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 49960027f73..6810b80adfc 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -81,9 +81,9 @@ No active TAGS table is required." (tags-search regexp (list 'reftex-all-document-files)))) (defun reftex-query-replace-document (&optional from to delimited) - "Run a query-replace-regexp of FROM with TO over the entire document. + "Do `query-replace-regexp' of FROM with TO over the entire document. Third arg DELIMITED (prefix arg) means replace only word-delimited matches. -If you exit (\\[keyboard-quit] or ESC), you can resume the query replace +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." (interactive) @@ -157,9 +157,9 @@ No active TAGS table is required." (message "Document does not contain duplicate labels.")))) (defun reftex-change-label (&optional from to) - "Query replace FROM with TO in all \\label and \\ref commands. + "Run `query-replace-regexp' of FROM with TO in all \\label and \\ref commands. Works on the entire multifile document. -If you exit (\\[keyboard-quit] or ESC), you can resume the query replace +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." (interactive) |