diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index b96c35a41b1..7d7e73484f7 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -531,7 +531,7 @@ Thus, (setq x (1+ y)) sets `x' to the value of `(1+ y)'. | |||
| 531 | The second VAL is not computed until after the first SYM is set, and so on; | 531 | The second VAL is not computed until after the first SYM is set, and so on; |
| 532 | each VAL can use the new value of variables set earlier in the `setq'. | 532 | each VAL can use the new value of variables set earlier in the `setq'. |
| 533 | The return value of the `setq' form is the value of the last VAL. | 533 | The return value of the `setq' form is the value of the last VAL. |
| 534 | usage: (setq SYM VAL SYM VAL ...) */) | 534 | usage: (setq [SYM VAL]...) */) |
| 535 | (args) | 535 | (args) |
| 536 | Lisp_Object args; | 536 | Lisp_Object args; |
| 537 | { | 537 | { |