branch: externals/setup
commit 9591ff29f520e0d7cace516b2458eee9f1d52b13
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Consistently use "local macro" instead of "keyword"
---
setup.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.el b/setup.el
index e3cb36c..f26ebb7 100644
--- a/setup.el
+++ b/setup.el
@@ -212,7 +212,7 @@ If not given, it is assumed nothing is evaluated."
#'setup-xref-def-function)
-;;; Common utility functions for keywords
+;;; Common utility functions for local macros
(defun setup-get (opt)
"Retrieve the context-sensitive value for OPT.
@@ -281,7 +281,7 @@ and VAL into one s-expression."
((error "Invalid option %S" name))))
-;;; Definitions of `setup' keywords
+;;; Default local macros definitions
(setup-define :with-feature
(lambda (features &rest body)