* lisp/subr.el (setq-default): Fix thinko
Reported by Johan Bockgård <bojohan+news@gnu.org>
This commit is contained in:
parent
19919e0f32
commit
7e4d4c069c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue