Mercurial > emacs
changeset 77033:25b4502cd0b4
(grep-find-use-xargs): Rewrite docstring.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 07 Apr 2007 16:55:36 +0000 |
parents | 707bb6c48d95 |
children | e9e14fdaee2c |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Sat Apr 07 16:55:28 2007 +0000 +++ b/lisp/progmodes/grep.el Sat Apr 07 16:55:36 2007 +0000 @@ -326,10 +326,10 @@ ;;;###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.")