changeset 78140:53bf760678a9

(Fsetq_default): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Jul 2007 18:57:10 +0000
parents cd6c36d75468
children 5589aa4fb553
files src/data.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
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)