[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102586: * lisp/vc/vc-dir.el (vc-dir-
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102586: * lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). |
Date: |
Sat, 04 Dec 2010 20:01:23 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102586
author: Bob Rogers <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-12-04 20:01:23 -0500
message:
* lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
modified:
lisp/ChangeLog
lisp/vc/vc-dir.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-12-04 22:10:12 +0000
+++ b/lisp/ChangeLog 2010-12-05 01:01:23 +0000
@@ -1,3 +1,7 @@
+2010-12-05 Bob Rogers <address@hidden>
+
+ * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
+
2010-12-04 Chong Yidong <address@hidden>
* dired.el (dired-use-ls-dired): Set default to a special
=== modified file 'lisp/vc/vc-dir.el'
--- a/lisp/vc/vc-dir.el 2010-11-09 20:07:10 +0000
+++ b/lisp/vc/vc-dir.el 2010-12-05 01:01:23 +0000
@@ -753,12 +753,11 @@
(defun vc-dir-query-replace-regexp (from to &optional delimited)
"Do `query-replace-regexp' of FROM with TO, on all marked files.
-For marked directories, use the files displayed from those directories.
If a directory is marked, then use the files displayed for that directory.
Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
with the command \\[tags-loop-continue]."
- ;; FIXME: this is almost a copy of `dired-do-replace-regexp'. This
+ ;; FIXME: this is almost a copy of `dired-do-query-replace-regexp'. This
;; should probably be made generic and used in both places instead of
;; duplicating it here.
(interactive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102586: * lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).,
Chong Yidong <=