]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
authorBob Rogers <rogers-emacs@rgrjr.dyndns.org>
Sun, 5 Dec 2010 01:01:23 +0000 (20:01 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 5 Dec 2010 01:01:23 +0000 (20:01 -0500)
lisp/ChangeLog
lisp/vc/vc-dir.el

index c17db89eb81e89097ab17bd1c5e4f9496716a950..650d7a097b85d7ededbc9010ec3051e1bc16e5a6 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
+
+       * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
+
 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
 
        * dired.el (dired-use-ls-dired): Set default to a special
index 4397251959d3d77bec3a1bde0ba774d7412639cf..cd40468199f7241640baf3bdd497e09e0420f739 100644 (file)
@@ -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