Mercurial > emacs
comparison src/data.c @ 55378:f406ef28e71a
(Fsetq_default): Fix docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 06 May 2004 00:10:15 +0000 |
| parents | c41874c7d876 |
| children | 1ca30263e9d4 |
comparison
equal
deleted
inserted
replaced
| 55377:69fcbdaa4676 | 55378:f406ef28e71a |
|---|---|
| 1466 VALUE is an expression: it is evaluated and its value returned. | 1466 VALUE is an expression: it is evaluated and its value returned. |
| 1467 The default value of a variable is seen in buffers | 1467 The default value of a variable is seen in buffers |
| 1468 that do not have their own values for the variable. | 1468 that do not have their own values for the variable. |
| 1469 | 1469 |
| 1470 More generally, you can use multiple variables and values, as in | 1470 More generally, you can use multiple variables and values, as in |
| 1471 (setq-default SYMBOL VALUE SYMBOL VALUE...) | 1471 (setq-default VAR VALUE VAR VALUE...) |
| 1472 This sets each SYMBOL's default value to the corresponding VALUE. | 1472 This sets each VAR's default value to the corresponding VALUE. |
| 1473 The VALUE for the Nth SYMBOL can refer to the new default values | 1473 The VALUE for the Nth VAR can refer to the new default values |
| 1474 of previous SYMs. | 1474 of previous VARs. |
| 1475 usage: (setq-default SYMBOL VALUE [SYMBOL VALUE...]) */) | 1475 usage: (setq-default VAR VALUE [VAR VALUE...]) */) |
| 1476 (args) | 1476 (args) |
| 1477 Lisp_Object args; | 1477 Lisp_Object args; |
| 1478 { | 1478 { |
| 1479 register Lisp_Object args_left; | 1479 register Lisp_Object args_left; |
| 1480 register Lisp_Object val, symbol; | 1480 register Lisp_Object val, symbol; |
