1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(Fsetq_default): Doc fix.

This commit is contained in:
Richard M. Stallman 2007-07-15 18:57:10 +00:00
parent be3eb6a622
commit 70e9f39931

View 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;
}
/* 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)