Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44fc58f2
Commit
44fc58f2
authored
Dec 30, 2001
by
Richard M. Stallman
Browse files
(reftex-query-replace-document, reftex-change-label): Doc fix.
parent
e5374284
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/textmodes/reftex-global.el
lisp/textmodes/reftex-global.el
+4
-4
No files found.
lisp/ChangeLog
View file @
44fc58f2
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.
...
...
lisp/textmodes/reftex-global.el
View file @
44fc58f2
...
...
@@ -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
)
"
Q
uery
replace FROM with TO in all \\label and \\ref commands.
"
Run `q
uery
-
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment