emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5890e40a27 1/3: * admin/authors.el: Don't recommend deprecated fg


From: Stefan Kangas
Subject: master 5890e40a27 1/3: * admin/authors.el: Don't recommend deprecated fgrep.
Date: Fri, 4 Nov 2022 10:16:22 -0400 (EDT)

branch: master
commit 5890e40a277a24d8f0e945c3faea3341ff1d7ed3
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * admin/authors.el: Don't recommend deprecated fgrep.
---
 admin/authors.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/authors.el b/admin/authors.el
index 12fe25fa4e..fd8ba9cb01 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]