From: Richard M. Stallman Date: Sun, 15 Jul 2007 18:57:10 +0000 (+0000) Subject: (Fsetq_default): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~1260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70e9f39931c1bc15846b9d0994ba4a69fc6f4a65;p=emacs.git (Fsetq_default): Doc fix. --- diff --git a/src/data.c b/src/data.c index 471df20cd48..0b3be2fc694 100644 --- a/src/data.c +++ b/src/data.c @@ -1440,7 +1440,7 @@ More generally, you can use multiple variables and values, as in 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 @@ DEFUN ("zerop", Fzerop, Szerop, 1, 1, 0, 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)