]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Rephrase the entry about 'grep-find-template'.
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Jun 2021 06:29:37 +0000 (09:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Jun 2021 06:29:37 +0000 (09:29 +0300)
etc/NEWS

index 06c6efd995a29a6d80cf92e2b0e53ed017be62f7..f3db28d3cb113912e001c83277e2617092fb5696 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1113,7 +1113,14 @@ grep-like tools.
 On systems where the grep command supports it, directories will be
 skipped.
 
-*** 'grep-find-template' now includes the 'find' option '-H'.
+*** Commands that use 'grep-find' now follow symlinks for command-line args.
+This is because the default value of 'grep-find-template' now includes
+the 'find' option '-H'.  Commands that use that variable, including
+indirectly via a call to 'xref-matches-in-directory', might be
+affected.  In particular, there should be no need anymore to ensure
+any directory names on the 'find' command lines end in a slash.
+This change is for better compatibility with old versions of non-GNU
+'find', such as the one used on macOS.
 
 ** Help