vote up 0 vote down star

What is the difference between find-grep and grep-find in Emacs?

flag

74% accept rate

2 Answers

vote up 3 vote down check

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)
...
link|flag
vote up 6 vote down

They seem the same. See the manual

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.