]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-find-use-xargs): Rewrite docstring.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 7 Apr 2007 16:55:36 +0000 (16:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 7 Apr 2007 16:55:36 +0000 (16:55 +0000)
lisp/progmodes/grep.el

index ac12efe8cdd0d158fe17ff23287034f089bbc813..2c43abfd50cefd2a77e2a2de430438cec0844866 100644 (file)
@@ -326,10 +326,10 @@ This variable's value takes effect when `grep-compute-defaults' is called.")
 
 ;;;###autoload
 (defvar grep-find-use-xargs nil
-  "Whether \\[grep-find] uses the `xargs' utility by default.
-
-If `exec', 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'.
+  "Non-nil means that `grep-find' uses the `xargs' utility by default.
+If `exec', use `find -exec'.
+If `gnu', use `find -print0' and `xargs -0'.
+Any other non-nil value means to use `find -print' and `xargs'.
 
 This variable's value takes effect when `grep-compute-defaults' is called.")