From: Eli Zaretskii Date: Sat, 31 May 2025 11:53:50 +0000 (+0300) Subject: ; * lisp/startup.el (load-path-filter--cache): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1b92f37d4c84e7dee047d2e606639f5b944f554;p=emacs.git ; * lisp/startup.el (load-path-filter--cache): Doc fix. (cherry picked from commit bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0) --- diff --git a/lisp/startup.el b/lisp/startup.el index 9caefe8a6d3..ffa4cc522d7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1105,6 +1105,8 @@ such as returned by `get-load-suffixes'. The cdr of each entry is a cons whose car is an `regex-opt' optimized regex matching those suffixes at the end of a string, and whose cdr is a hash-table mapping directories to files in those directories which end with one of the suffixes. +Since the list of load suffixes usually includes an empty string, the +hash-table will also include subdirectories of those directories. The hash-table uses `equal' as its key comparison function.") (defun load-path-filter-cache-directory-files (path file suffixes)