grep-find-template

grep-find-template is a variable defined in `grep.el'.
Its value is
nil


Documentation:
The default command to run for M-x rgrep.
The following place holders should be present in the string:
- base directory for find
- find options to restrict or expand the directory list
- find options to limit the files matched
- place to put -i if case insensitive grep
- the regular expression searched for.
In interactive usage, the actual value of this variable is set up
by `grep-compute-defaults'; to change the default value, use
Customize or call the function `grep-apply-setting'.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 22.1 of Emacs.