branch: externals/setup
commit c144c5f82fa5a231b80be8ae157745d0f4f4c325
Author: Philip K <phil...@posteo.net>
Commit: Philip K <phil...@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