]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Oct 2002 11:46:04 +0000 (11:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Oct 2002 11:46:04 +0000 (11:46 +0000)
<swift@alum.mit.edu>.

lisp/ChangeLog
lisp/progmodes/compile.el

index 53ee8642a691e1ef90cb5eca4ac494059eceab65..dfafd3f909ffd4d8ba3a2c849d5bc1d98cdf03a1 100644 (file)
@@ -1,3 +1,8 @@
+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.
index a13796e1d5b0f8a241643304cfde6d2adf089f7a..daf4e80a4f78c8cbb688e1a13023951a4cc7416e 100644 (file)
@@ -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.")