# HG changeset patch # User Richard M. Stallman # Date 1184525830 0 # Node ID 53bf760678a95b92482f52f695d848b8c90a2ad0 # Parent cd6c36d7546840a019d99c8f44e3fd2f1f812fe1 (Fsetq_default): Doc fix. diff -r cd6c36d75468 -r 53bf760678a9 src/data.c --- a/src/data.c Sun Jul 15 18:45:59 2007 +0000 +++ b/src/data.c Sun Jul 15 18:57:10 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; { @@ -2349,7 +2349,9 @@ return Qnil; } -/* Convert between long values and pairs of Lisp integers. */ +/* Convert between long values and pairs of Lisp integers. + Note that long_to_cons returns a single Lisp integer + when the value fits in one. */ Lisp_Object long_to_cons (i)