From: Juanma Barranquero Date: Mon, 28 Oct 2002 11:46:04 +0000 (+0000) Subject: (grep-find-use-xargs): Fix docstring. Patch from Matt Swift X-Git-Tag: emacs-pretest-21.2.93~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42977b3e07a0c4880e3e49d3f556a127c1136b79;p=emacs.git (grep-find-use-xargs): Fix docstring. Patch from Matt Swift . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53ee8642a69..dfafd3f909f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-10-28 Juanma Barranquero + + * progmodes/compile.el (grep-find-use-xargs): Fix docstring. + Patch from Matt Swift . + 2002-10-28 Francesco Potorti` * comint.el (comint-password-prompt-regexp): Synch with main trunk. diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a13796e1d5b..daf4e80a4f7 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -482,7 +482,7 @@ This variable's value takes effect when `grep-compute-defaults' is called.") (defvar grep-find-use-xargs nil "Whether \\[grep-find] uses the `xargs' utility by default. -If nil, it uses `grep -exec'; if `gnu', it uses `find -print0' and `xargs -0'; +If nil, it uses `find -exec'; if `gnu', it uses `find -print0' and `xargs -0'; if not nil and not `gnu', it uses `find -print' and `xargs'. This variable's value takes effect when `grep-compute-defaults' is called.")