Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f3afa3d
Commit
7f3afa3d
authored
Apr 07, 2007
by
Chong Yidong
Browse files
(grep-find-use-xargs): Rewrite docstring.
parent
0b3864db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/progmodes/grep.el
lisp/progmodes/grep.el
+4
-4
No files found.
lisp/progmodes/grep.el
View file @
7f3afa3d
...
...
@@ -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
use
s
`find -print0' and `xargs -0'
;
if not nil and not `gnu', it
use
s
`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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment