Mercurial > emacs
changeset 42418:07e5765f1141
(reftex-query-replace-document, reftex-change-label): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Dec 2001 00:54:46 +0000 |
parents | a8cf90908008 |
children | 5af9a5282523 |
files | lisp/textmodes/reftex-global.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/reftex-global.el Sun Dec 30 00:53:22 2001 +0000 +++ b/lisp/textmodes/reftex-global.el Sun Dec 30 00:54:46 2001 +0000 @@ -81,9 +81,9 @@ (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 @@ (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)