/[emacs]/emacs/src/data.c
ViewVC logotype

Diff of /emacs/src/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.248 by rms, Mon Dec 27 16:03:49 2004 UTC revision 1.249 by rms, Tue Feb 15 06:33:15 2005 UTC
# Line 1458  for this variable.  */) Line 1458  for this variable.  */)
1458    return value;    return value;
1459  }  }
1460    
1461  DEFUN ("setq-default", Fsetq_default, Ssetq_default, 2, UNEVALLED, 0,  DEFUN ("setq-default", Fsetq_default, Ssetq_default, 0, UNEVALLED, 0,
1462         doc: /* Set the default value of variable VAR to VALUE.         doc: /* Set the default value of variable VAR to VALUE.
1463  VAR, the variable name, is literal (not evaluated);  VAR, the variable name, is literal (not evaluated);
1464  VALUE is an expression: it is evaluated and its value returned.  VALUE is an expression: it is evaluated and its value returned.
# Line 1470  More generally, you can use multiple var Line 1470  More generally, you can use multiple var
1470  This sets each VAR's default value to the corresponding VALUE.  This sets each VAR's default value to the corresponding VALUE.
1471  The VALUE for the Nth VAR can refer to the new default values  The VALUE for the Nth VAR can refer to the new default values
1472  of previous VARs.  of previous VARs.
1473  usage: (setq-default VAR VALUE [VAR VALUE...])  */)  usage: (setq-default [VAR VALUE...])  */)
1474       (args)       (args)
1475       Lisp_Object args;       Lisp_Object args;
1476  {  {

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26