comparison src/data.c @ 40642:208e240d599a

(Fsetq_default): Add usage to doc-string.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 02 Nov 2001 07:01:47 +0000
parents ae231ad6710d
children cdfd4d09b79a
comparison
equal deleted inserted replaced
40641:d94fc1022312 40642:208e240d599a
1400 1400
1401 More generally, you can use multiple variables and values, as in 1401 More generally, you can use multiple variables and values, as in
1402 (setq-default SYMBOL VALUE SYMBOL VALUE...) 1402 (setq-default SYMBOL VALUE SYMBOL VALUE...)
1403 This sets each SYMBOL's default value to the corresponding VALUE. 1403 This sets each SYMBOL's default value to the corresponding VALUE.
1404 The VALUE for the Nth SYMBOL can refer to the new default values 1404 The VALUE for the Nth SYMBOL can refer to the new default values
1405 of previous SYMs. */) 1405 of previous SYMs.
1406 usage: (setq-default SYMBOL VALUE [SYMBOL VALUE...]) */)
1406 (args) 1407 (args)
1407 Lisp_Object args; 1408 Lisp_Object args;
1408 { 1409 {
1409 register Lisp_Object args_left; 1410 register Lisp_Object args_left;
1410 register Lisp_Object val, symbol; 1411 register Lisp_Object val, symbol;