aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-30 00:56:40 +0000
committerRichard M. Stallman2001-12-30 00:56:40 +0000
commit44fc58f2dae4af437ea96625372f5cfb44f44e0f (patch)
tree1263b0c25ed56c1a37f2980ce7837bb6cf72a777 /lisp/textmodes
parente5374284655239600219702f05277ddfea3a5394 (diff)
downloademacs-44fc58f2dae4af437ea96625372f5cfb44f44e0f.tar.gz
emacs-44fc58f2dae4af437ea96625372f5cfb44f44e0f.zip
(reftex-query-replace-document, reftex-change-label): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-global.el8
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."
81 (tags-search regexp (list 'reftex-all-document-files)))) 81 (tags-search regexp (list 'reftex-all-document-files))))
82 82
83(defun reftex-query-replace-document (&optional from to delimited) 83(defun reftex-query-replace-document (&optional from to delimited)
84 "Run a query-replace-regexp of FROM with TO over the entire document. 84 "Do `query-replace-regexp' of FROM with TO over the entire document.
85Third arg DELIMITED (prefix arg) means replace only word-delimited matches. 85Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
86If you exit (\\[keyboard-quit] or ESC), you can resume the query replace 86If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
87with the command \\[tags-loop-continue]. 87with the command \\[tags-loop-continue].
88No active TAGS table is required." 88No active TAGS table is required."
89 (interactive) 89 (interactive)
@@ -157,9 +157,9 @@ No active TAGS table is required."
157 (message "Document does not contain duplicate labels.")))) 157 (message "Document does not contain duplicate labels."))))
158 158
159(defun reftex-change-label (&optional from to) 159(defun reftex-change-label (&optional from to)
160 "Query replace FROM with TO in all \\label and \\ref commands. 160 "Run `query-replace-regexp' of FROM with TO in all \\label and \\ref commands.
161Works on the entire multifile document. 161Works on the entire multifile document.
162If you exit (\\[keyboard-quit] or ESC), you can resume the query replace 162If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
163with the command \\[tags-loop-continue]. 163with the command \\[tags-loop-continue].
164No active TAGS table is required." 164No active TAGS table is required."
165 (interactive) 165 (interactive)