From 42977b3e07a0c4880e3e49d3f556a127c1136b79 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 28 Oct 2002 11:46:04 +0000 Subject: [PATCH] (grep-find-use-xargs): Fix docstring. Patch from Matt Swift . --- lisp/ChangeLog | 5 +++++ lisp/progmodes/compile.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.") -- 2.39.2