]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify setopt NEWS entry
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 10:27:40 +0000 (12:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 10:27:40 +0000 (12:27 +0200)
etc/NEWS

index 12931814f768f1ad73c87475dee78ec6423f3701..71d1e90d83383a52fcd670b3a666c3c8b567f212 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1450,8 +1450,8 @@ compliant.
 
 +++
 ** New macro 'setopt'.
-This is like 'setq', but uses 'customize-set-variable' to set the
-variable(s).
+This is like 'setq', but is meant to be used for user options instead
+of plain variables, and uses 'custom-set'/'set-default' to set them.
 
 +++
 ** New utility predicate 'mode-line-window-selected-p'.