summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-03 16:58:17 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-04 14:58:05 +0100
commit5890e40a277a24d8f0e945c3faea3341ff1d7ed3 (patch)
treea465b0812beebd8e97c92b075273ec3d0bba9493 /admin
parentdcb11202acdecfd3ce504cc8faaf1ba103bbfb45 (diff)
downloademacs-5890e40a277a24d8f0e945c3faea3341ff1d7ed3.tar.gz
* admin/authors.el: Don't recommend deprecated fgrep.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el2
1 files changed, 1 insertions, 1 deletions
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