# HG changeset patch # User Juanma Barranquero # Date 1184759648 0 # Node ID 26538bef5b74eef437a7525650c11157bf4f55e2 # Parent 298a134523a52c9fed81fcfc32e8905c9f0e5769 (Fsetq_default): Doc fix. diff -r 298a134523a5 -r 26538bef5b74 src/data.c --- a/src/data.c Wed Jul 18 11:52:52 2007 +0000 +++ b/src/data.c Wed Jul 18 11:54:08 2007 +0000 @@ -1440,7 +1440,7 @@ This sets each VAR's default value to the corresponding VALUE. The VALUE for the Nth VAR can refer to the new default values of previous VARs. -usage: (setq-default [VAR VALUE...]) */) +usage: (setq-default [VAR VALUE]...) */) (args) Lisp_Object args; {