emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/setup 9591ff2 6/8: Consistently use "local macro" inste


From: ELPA Syncer
Subject: [elpa] externals/setup 9591ff2 6/8: Consistently use "local macro" instead of "keyword"
Date: Thu, 30 Sep 2021 14:57:27 -0400 (EDT)

branch: externals/setup
commit 9591ff29f520e0d7cace516b2458eee9f1d52b13
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]