]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/find-dired.el (find-gnu-find-p): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Mar 2023 06:32:20 +0000 (08:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Mar 2023 06:32:20 +0000 (08:32 +0200)
lisp/find-dired.el

index 264c6e3082f5388c3a85339111d9f6d1db7dda5c..db2f5e7d026a3626a6b849e16d6ccdfe2d8560e0 100644 (file)
@@ -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")))