From 5eae900ed6d7a87dc245dacbdb963a78666846ee Mon Sep 17 00:00:00 2001 From: Bob Rogers Date: Sat, 4 Dec 2010 19:59:37 -0500 Subject: [PATCH] * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). --- lisp/ChangeLog | 4 ++++ lisp/vc-dir.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f348399aca..747267b674b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-12-05 Bob Rogers + + * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). + 2010-12-05 Chong Yidong * comint.el (comint-dynamic-list-input-ring) diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el index 96eb67085b6..5931cbbff8e 100644 --- a/lisp/vc-dir.el +++ b/lisp/vc-dir.el @@ -748,12 +748,11 @@ To continue searching for next match, use command \\[tags-loop-continue]." (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 -- 2.11.4.GIT