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

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

[elpa] externals/setup c144c5f 03/10: Mention that setup operating using


From: Stefan Monnier
Subject: [elpa] externals/setup c144c5f 03/10: Mention that setup operating using local macros
Date: Wed, 12 May 2021 18:45:54 -0400 (EDT)

branch: externals/setup
commit c144c5f82fa5a231b80be8ae157745d0f4f4c325
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    Mention that setup operating using local macros
---
 README.md | 6 ++++--
 setup.el  | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e18aede..458f6b2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
 `setup.el`
 ==========
 
-The `setup` macro simplifies repetitive configuration patterns.  For
-example, these macros:
+The `setup` macro simplifies repetitive configuration patterns, by
+providing context-sensitive local macros in `setup` bodies.
+
+For example, these macros:
 
 ~~~elisp
 (setup shell
diff --git a/setup.el b/setup.el
index c564083..b33340a 100644
--- a/setup.el
+++ b/setup.el
@@ -24,7 +24,9 @@
 
 ;;; Commentary:
 
-;; The `setup' macro simplifies repetitive configuration patterns.
+;; The `setup` macro simplifies repetitive configuration patterns, by
+;; providing context-sensitive local macros in `setup` bodies.
+;;
 ;; For example, these macros:
 
 ;;    (setup shell



reply via email to

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