mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; * lisp/cus-edit.el (setopt): Doc fix. (Bug#73098)
This commit is contained in:
parent
b115c2d5eb
commit
ef0276de82
@ -1060,6 +1060,11 @@ This is like `setq', but is meant for user options instead of
|
||||
plain variables. This means that `setopt' will execute any
|
||||
`custom-set' form associated with VARIABLE.
|
||||
|
||||
Note that `setopt' will emit a warning if the type of a VALUE
|
||||
does not match the type of the corresponding VARIABLE as
|
||||
declared by `defcustom'. (VARIABLE will be assigned the value
|
||||
even if it doesn't match the type.)
|
||||
|
||||
\(fn [VARIABLE VALUE]...)"
|
||||
(declare (debug setq))
|
||||
(unless (zerop (mod (length pairs) 2))
|
||||
|
Loading…
Reference in New Issue
Block a user