Mention modus-themes-sort in modus-themes-get-all-known-themes

This commit is contained in:
Protesilaos Stavrou 2025-10-01 06:40:06 +03:00
parent 1d71c7d942
commit e8f99ba7d7
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -3840,7 +3840,9 @@ With non-nil FORCEFULLY, load the theme regardless."
"Return all known Modus themes or derivatives, enabling them if needed.
With optional THEME-FAMILY, operate only on the themes whose :family
property is that. Else consider the Modus themes as well as all their
derivatives."
derivatives.
Also see `modus-themes-sort'."
(let ((themes (pcase theme-family
('modus-themes modus-themes-items)
((pred (not null)) modus-themes-registered-items)