What is the difference between find-grep and grep-find?
What is the difference between find-grep
and grep-find
in Emacs?
+1
pupeno
source
to share
2 answers
You can use M-x describe-function
(or C-h f
with default binding) to answer this question, here's the output for find-grep
:
find-grep is an alias for `grep-find' in `progmodes/grep.el'.
(find-grep COMMAND-ARGS)
...
+5
Derek slager
source
to share
They seem to be the same. See manual
+6
Andrew cox
source
to share