[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100270: * vc-dir.el (vc-dir-query
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100270: * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). |
Date: |
Sat, 04 Dec 2010 19:59:37 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100270
author: Bob Rogers <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-12-04 19:59:37 -0500
message:
* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
modified:
lisp/ChangeLog
lisp/vc-dir.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-12-05 00:55:00 +0000
+++ b/lisp/ChangeLog 2010-12-05 00:59:37 +0000
@@ -1,3 +1,7 @@
+2010-12-05 Bob Rogers <address@hidden>
+
+ * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
+
2010-12-05 Chong Yidong <address@hidden>
* comint.el (comint-dynamic-list-input-ring)
=== modified file 'lisp/vc-dir.el'
--- a/lisp/vc-dir.el 2010-11-01 03:13:42 +0000
+++ b/lisp/vc-dir.el 2010-12-05 00:59:37 +0000
@@ -748,12 +748,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/emacs-23 r100270: * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).,
Chong Yidong <=