From: Richard M. Stallman Date: Sun, 30 Dec 2001 00:56:40 +0000 (+0000) Subject: (reftex-query-replace-document, reftex-change-label): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44fc58f2dae4af437ea96625372f5cfb44f44e0f;p=emacs.git (reftex-query-replace-document, reftex-change-label): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a00db0f144b..0b8e43d518e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-12-29 Markus Rost + + * textmodes/reftex-global.el (reftex-query-replace-document) + (reftex-change-label): Doc fix. + + * dired-aux.el (dired-do-query-replace-regexp): Doc fix. + + * progmodes/etags.el (tags-query-replace): Doc fix. + 2001-12-29 Richard M. Stallman * progmodes/compile.el (compile-internal): Fix previous change. 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)