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

What is the difference between find-grep

and grep-find

in Emacs?

+1


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


source


They seem to be the same. See manual



+6


source







All Articles