From 0ec1355f132a833e231cea8dd1db99a98f09c884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Busschaert?= Date: Mon, 30 Dec 2019 09:35:53 +0100 Subject: [PATCH] docs/core: typo in `featurep!` docs `s/moduel/module` --- 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 f58d9da4c..5c8c606ad 100644 --- a/core/core-modules.el +++ b/core/core-modules.el @@ -527,7 +527,7 @@ Module FLAGs are set in your config's `doom!' block, typically in :config (default +flag1 -flag2) CATEGORY and MODULE can be omitted When this macro is used from inside a module -(except your DOOMDIR, which is a special moduel). e.g. (featurep! +flag)" +(except your DOOMDIR, which is a special module). e.g. (featurep! +flag)" (and (cond (flag (memq flag (doom-module-get category module :flags))) (module (doom-module-p category module)) (doom--current-flags (memq category doom--current-flags))