diff options
| author | Eli Zaretskii | 2025-05-31 14:53:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-31 14:53:50 +0300 |
| commit | bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0 (patch) | |
| tree | 0b2b94197ff90109951a4b3824f927984038e6b2 | |
| parent | 98c3f4c371d2c31745ea056c1286f5f407397bc2 (diff) | |
| download | emacs-bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0.tar.gz emacs-bcc7c4dbbbc1a68a6467c336db2b0910f3362ae0.zip | |
; * lisp/startup.el (load-path-filter--cache): Doc fix.
| -rw-r--r-- | lisp/startup.el | 2 |
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 | |||
| 1151 | cons whose car is an `regex-opt' optimized regex matching those suffixes | 1151 | cons whose car is an `regex-opt' optimized regex matching those suffixes |
| 1152 | at the end of a string, and whose cdr is a hash-table mapping directories | 1152 | at the end of a string, and whose cdr is a hash-table mapping directories |
| 1153 | to files in those directories which end with one of the suffixes. | 1153 | to files in those directories which end with one of the suffixes. |
| 1154 | Since the list of load suffixes usually includes an empty string, the | ||
| 1155 | hash-table will also include subdirectories of those directories. | ||
| 1154 | The hash-table uses `equal' as its key comparison function.") | 1156 | The 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) |