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

    Add note on modifying option names
---
 setup.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 37f5670..db937a5 100644
--- a/setup.el
+++ b/setup.el
@@ -378,7 +378,11 @@ supported:
                 list.
 
 (remove VAR)    Assuming VAR designates a list, remove all instances
-                of VAL."
+                of VAL.
+
+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."
   :debug '(sexp form)
   :repeatable t)
 

Reply via email to