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