]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/authors.el: Don't recommend deprecated fgrep.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 3 Nov 2022 15:58:17 +0000 (16:58 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 4 Nov 2022 13:58:05 +0000 (14:58 +0100)
admin/authors.el

index 12fe25fa4e1a6ca8bfc1f6d8e5980faa9f79c56a..fd8ba9cb01ff57e1497de7e0d48f09e8b97c52b4 100644 (file)
@@ -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