From: Lars Ingebrigtsen Date: Sun, 17 Apr 2022 10:27:40 +0000 (+0200) Subject: Clarify setopt NEWS entry X-Git-Tag: emacs-29.0.90~1931^2~469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ec06a1685c09f698a1b95d2692bb8e96531a096;p=emacs.git Clarify setopt NEWS entry --- diff --git a/etc/NEWS b/etc/NEWS index 12931814f76..71d1e90d833 100644 --- 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'.