# HG changeset patch # User Chong Yidong # Date 1291510883 18000 # Node ID c54faf0302eae8c200c5de9f245034c71b927730 # Parent 09135bc8aedbd746021bb83017a950aadd84e966 * lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). diff -r 09135bc8aedb -r c54faf0302ea lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 04 17:32:32 2010 -0500 +++ b/lisp/ChangeLog Sat Dec 04 20:01:23 2010 -0500 @@ -1,3 +1,7 @@ +2010-12-05 Bob Rogers + + * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). + 2010-12-04 Chong Yidong * dired.el (dired-use-ls-dired): Set default to a special diff -r 09135bc8aedb -r c54faf0302ea lisp/vc/vc-dir.el --- a/lisp/vc/vc-dir.el Sat Dec 04 17:32:32 2010 -0500 +++ b/lisp/vc/vc-dir.el Sat Dec 04 20:01:23 2010 -0500 @@ -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