(Fsetq_default): Add usage to doc-string.
This commit is contained in:
parent
3ecdf10095
commit
f9d1e467d2
1 changed files with 2 additions and 1 deletions
|
@ -1402,7 +1402,8 @@ More generally, you can use multiple variables and values, as in
|
|||
(setq-default SYMBOL VALUE SYMBOL VALUE...)
|
||||
This sets each SYMBOL's default value to the corresponding VALUE.
|
||||
The VALUE for the Nth SYMBOL can refer to the new default values
|
||||
of previous SYMs. */)
|
||||
of previous SYMs.
|
||||
usage: (setq-default SYMBOL VALUE [SYMBOL VALUE...]) */)
|
||||
(args)
|
||||
Lisp_Object args;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue