+2001-12-29 Markus Rost <rost@math.ohio-state.edu>
+
+ * 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 <rms@gnu.org>
* progmodes/compile.el (compile-internal): Fix previous change.
(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)
(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)