From 40e6a37652587fd5543bd0b700d68d0700c48455 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 21 Aug 2019 00:10:24 -0400 Subject: [PATCH] Expand on doom-module-load-path's docstring Mention that value in the returned list is always doom-private-dir. --- core/core-modules.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-modules.el b/core/core-modules.el index 22196b693..7546f2b2e 100644 --- a/core/core-modules.el +++ b/core/core-modules.el @@ -206,7 +206,7 @@ If ENABLED-ONLY, return nil if the containing module isn't enabled." The list is in no particular order and its file paths are absolute. If MODULE-DIRS is non-nil, include all modules (even disabled ones) available in -those directories." +those directories. The first returned path is always `doom-private-dir'." (declare (pure t) (side-effect-free t)) (append (list doom-private-dir) (if module-dirs