]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsetq_default): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Jul 2007 18:57:10 +0000 (18:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Jul 2007 18:57:10 +0000 (18:57 +0000)
src/data.c

index 471df20cd482d3a825f76229d54b84dbcbefe34d..0b3be2fc694d49a8b2f6367c5fb84d310663b01d 100644 (file)
@@ -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;
 }
 \f
-/* 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)