comparison src/data.c @ 55616:c2be5da8c8cb

(Fset_default): Make argument names match their use in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 16 May 2004 00:54:25 +0000
parents c1c4318a2189
children 3310f9505840 4c90ffeb71c5
comparison
equal deleted inserted replaced
55615:f5feeaa7f147 55616:c2be5da8c8cb
1405 return Fsignal (Qvoid_variable, Fcons (symbol, Qnil)); 1405 return Fsignal (Qvoid_variable, Fcons (symbol, Qnil));
1406 return value; 1406 return value;
1407 } 1407 }
1408 1408
1409 DEFUN ("set-default", Fset_default, Sset_default, 2, 2, 0, 1409 DEFUN ("set-default", Fset_default, Sset_default, 2, 2, 0,
1410 doc: /* Set SYMBOL's default value to VAL. SYMBOL and VAL are evaluated. 1410 doc: /* Set SYMBOL's default value to VALUE. SYMBOL and VALUE are evaluated.
1411 The default value is seen in buffers that do not have their own values 1411 The default value is seen in buffers that do not have their own values
1412 for this variable. */) 1412 for this variable. */)
1413 (symbol, value) 1413 (symbol, value)
1414 Lisp_Object symbol, value; 1414 Lisp_Object symbol, value;
1415 { 1415 {