Mercurial > emacs
diff src/data.c @ 78140:53bf760678a9
(Fsetq_default): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 15 Jul 2007 18:57:10 +0000 |
| parents | a8753cac5703 |
| children | 922696f363b0 38a46faaf8c1 |
line wrap: on
line diff
--- 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)
