diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 247085afdce..cf916141d35 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1402,7 +1402,8 @@ 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 | { |