aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-05-31 14:53:50 +0300
committerEli Zaretskii2025-05-31 14:53:50 +0300
commitbcc7c4dbbbc1a68a6467c336db2b0910f3362ae0 (patch)
tree0b2b94197ff90109951a4b3824f927984038e6b2
parent98c3f4c371d2c31745ea056c1286f5f407397bc2 (diff)
downloademacs-bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0.tar.gz
emacs-bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0.zip
; * lisp/startup.el (load-path-filter--cache): Doc fix.
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index c772b4a8596..0e59731d976 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1151,6 +1151,8 @@ such as returned by `get-load-suffixes'. The cdr of each entry is a
1151cons whose car is an `regex-opt' optimized regex matching those suffixes 1151cons whose car is an `regex-opt' optimized regex matching those suffixes
1152at the end of a string, and whose cdr is a hash-table mapping directories 1152at the end of a string, and whose cdr is a hash-table mapping directories
1153to files in those directories which end with one of the suffixes. 1153to files in those directories which end with one of the suffixes.
1154Since the list of load suffixes usually includes an empty string, the
1155hash-table will also include subdirectories of those directories.
1154The hash-table uses `equal' as its key comparison function.") 1156The hash-table uses `equal' as its key comparison function.")
1155 1157
1156(defun load-path-filter-cache-directory-files (path file suffixes) 1158(defun load-path-filter-cache-directory-files (path file suffixes)