+2002-10-28 Juanma Barranquero <lektu@terra.es>
+
+ * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
+ Patch from Matt Swift <swift@alum.mit.edu>.
+
2002-10-28 Francesco Potorti` <pot@gnu.org>
* comint.el (comint-password-prompt-regexp): Synch with main trunk.
(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.")