projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d73d8
)
Clarify setopt NEWS entry
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 17 Apr 2022 10:27:40 +0000
(12:27 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 17 Apr 2022 10:27:40 +0000
(12:27 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/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'.