From: Stefan Kangas Date: Thu, 3 Nov 2022 15:58:17 +0000 (+0100) Subject: * admin/authors.el: Don't recommend deprecated fgrep. X-Git-Tag: emacs-29.0.90~1616^2~312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5890e40a277a24d8f0e945c3faea3341ff1d7ed3;p=emacs.git * admin/authors.el: Don't recommend deprecated fgrep. --- diff --git a/admin/authors.el b/admin/authors.el index 12fe25fa4e1..fd8ba9cb01f 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -990,7 +990,7 @@ in the repository.") ;; to how a file was mentioned in the respective ChangeLog. It is ;; advisable to run a Grep command such as ;; -;; fgrep -R BASENAME . --include='ChangeLog*' +;; grep -F -R BASENAME . --include='ChangeLog*' ;; ;; where BASENAME is the old basename of the renamed file. This will ;; show all the different reference forms of the file in the various