From 95d5154feed2bdb15555e3dce14fca377765b54d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 Mar 2023 08:32:20 +0200 Subject: [PATCH] ; * lisp/find-dired.el (find-gnu-find-p): Doc fix. --- lisp/find-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 264c6e3082f..db2f5e7d026 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -53,7 +53,7 @@ than the latter." (defvar find-gnu-find-p (eq 0 (ignore-errors (process-file find-program nil nil nil null-device "--version"))) - "T if 'find-program' is a GNU find. NIL otherwise.") + "Non-nil if `find-program' is a GNU Find, nil otherwise.") (defvar find-ls-option-default-ls (cons "-ls" (if find-gnu-find-p "-dilsb" "-dgils"))) -- 2.39.5