What is the difference between find-grep and grep-find in Emacs?
+3
A:
You can use M-x describe-function
(or C-h f
with default keybindings) 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)
...
nullptr
2008-12-01 19:26:32