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

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

[elpa] externals/setup 4c1ca62 05/24: Make explicit that setup-macros is


From: Stefan Monnier
Subject: [elpa] externals/setup 4c1ca62 05/24: Make explicit that setup-macros is modified by setup-define.
Date: Thu, 25 Mar 2021 13:42:34 -0400 (EDT)

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

    Make explicit that setup-macros is modified by setup-define.
---
 setup.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 0ede0a8..cd193fb 100644
--- a/setup.el
+++ b/setup.el
@@ -72,7 +72,9 @@
 ;;; Code:
 
 (defvar setup-macros nil
-  "Local macro definitions to be bound in `setup' bodies.")
+  "Local macro definitions to be bound in `setup' bodies.
+Do not modify this variable by hand.  Instead use
+`setup-define.'")
 
 ;;;###autoload
 (defun setup-make-docstring ()



reply via email to

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