* lisp/subr.el (setq-default): Fix thinko

Reported by Johan Bockgård <bojohan+news@gnu.org>
This commit is contained in:
Stefan Monnier 2019-04-06 18:44:24 -04:00
parent 19919e0f32
commit 7e4d4c069c

View file

@ -138,7 +138,7 @@ This sets each VAR's default value to the corresponding VALUE.
The VALUE for the Nth VAR can refer to the new default values
of previous VARs.
\(setq-default [VAR VALUE]...)"
\(fn [VAR VALUE]...)"
(declare (debug setq))
(let ((exps nil))
(while args