changeset 111907:163a7066458a

* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 04 Dec 2010 19:59:37 -0500
parents da6435021d47
children f076312ff320
files lisp/ChangeLog lisp/vc-dir.el
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Dec 04 19:55:00 2010 -0500
+++ b/lisp/ChangeLog	Sat Dec 04 19:59:37 2010 -0500
@@ -1,3 +1,7 @@
+2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
+
+	* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
+
 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
 
 	* comint.el (comint-dynamic-list-input-ring)
--- a/lisp/vc-dir.el	Sat Dec 04 19:55:00 2010 -0500
+++ b/lisp/vc-dir.el	Sat Dec 04 19:59:37 2010 -0500
@@ -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