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

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

[elpa] externals/setup ea52eb1 17/25: Add note that :option does not man


From: Stefan Monnier
Subject: [elpa] externals/setup ea52eb1 17/25: Add note that :option does not manipulate user theme.
Date: Wed, 14 Apr 2021 18:49:02 -0400 (EDT)

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

    Add note that :option does not manipulate user theme.
---
 setup.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 52d37ed..b460486 100644
--- a/setup.el
+++ b/setup.el
@@ -381,7 +381,9 @@ supported:
 
 Note that if the value of an option is modified partially by
 append, prepend, remove, one should ensure that the default value
-has been loaded."
+has been loaded. Also keep in mind that user options customized
+with this macro are not added to the \"user\" theme, and will
+therefore not be stored in `custom-set-variables' blocks."
   :debug '(sexp form)
   :repeatable t)
 



reply via email to

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