From c1b92f37d4c84e7dee047d2e606639f5b944f554 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 May 2025 14:53:50 +0300 Subject: [PATCH] ; * lisp/startup.el (load-path-filter--cache): Doc fix. (cherry picked from commit bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0) --- lisp/startup.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5