diff options
| author | Juanma Barranquero | 2007-07-18 11:55:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-07-18 11:55:44 +0000 |
| commit | 23dacf80610c5f4ce98c71809e1fe2c363fa5c4a (patch) | |
| tree | d3e6306389c4bc7da6bbe0d232ed2f2d567b7237 /src/data.c | |
| parent | 819586b27dd944c766c1663fbc9b56fd77afb08e (diff) | |
| download | emacs-23dacf80610c5f4ce98c71809e1fe2c363fa5c4a.tar.gz emacs-23dacf80610c5f4ce98c71809e1fe2c363fa5c4a.zip | |
(Fsetq_default): Doc fix.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 471df20cd48..4cc35501447 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1440,7 +1440,7 @@ More generally, you can use multiple variables and values, as in | |||
| 1440 | This sets each VAR's default value to the corresponding VALUE. | 1440 | This sets each VAR's default value to the corresponding VALUE. |
| 1441 | The VALUE for the Nth VAR can refer to the new default values | 1441 | The VALUE for the Nth VAR can refer to the new default values |
| 1442 | of previous VARs. | 1442 | of previous VARs. |
| 1443 | usage: (setq-default [VAR VALUE...]) */) | 1443 | usage: (setq-default [VAR VALUE]...) */) |
| 1444 | (args) | 1444 | (args) |
| 1445 | Lisp_Object args; | 1445 | Lisp_Object args; |
| 1446 | { | 1446 | { |