unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7501: Minor doc & comment typos in vc-dir-query-replace-regexp
@ 2010-11-27 22:38 Bob Rogers
  2010-12-05  1:01 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Rogers @ 2010-11-27 22:38 UTC (permalink / raw)
  To: 7501

   The second doc line was duplicated, and the wrong function name was
cited in the comment (there is no `dired-do-replace-regexp').

					-- Bob Rogers
					   http://www.rgrjr.com/

------------------------------------------------------------------------
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 4397251..cd40468 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#7501: Minor doc & comment typos in vc-dir-query-replace-regexp
  2010-11-27 22:38 bug#7501: Minor doc & comment typos in vc-dir-query-replace-regexp Bob Rogers
@ 2010-12-05  1:01 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2010-12-05  1:01 UTC (permalink / raw)
  To: Bob Rogers; +Cc: 7501

Bob Rogers <rogers-emacs@rgrjr.dyndns.org> writes:

>    The second doc line was duplicated, and the wrong function name was
> cited in the comment (there is no `dired-do-replace-regexp').

Thanks, committed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-05  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-27 22:38 bug#7501: Minor doc & comment typos in vc-dir-query-replace-regexp Bob Rogers
2010-12-05  1:01 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).