From: Bob Rogers Date: Sun, 5 Dec 2010 01:01:23 +0000 (-0500) Subject: * lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac73d955823410273066d923287f341cb6fa8a44;p=emacs.git * lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c17db89eb81..650d7a097b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 4397251959d..cd40468199f 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -753,12 +753,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