(Fset_default): Make argument names match their use in docstring.
This commit is contained in:
parent
bc814d07e6
commit
6e86a75de6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-16 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* data.c (Fset_default): Make argument names match their use in
|
||||
docstring.
|
||||
|
||||
2004-05-15 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* emacs.c (gdb_array_mark_flag): Define.
|
||||
|
|
|
@ -1407,7 +1407,7 @@ local bindings in certain buffers. */)
|
|||
}
|
||||
|
||||
DEFUN ("set-default", Fset_default, Sset_default, 2, 2, 0,
|
||||
doc: /* Set SYMBOL's default value to VAL. SYMBOL and VAL are evaluated.
|
||||
doc: /* Set SYMBOL's default value to VALUE. SYMBOL and VALUE are evaluated.
|
||||
The default value is seen in buffers that do not have their own values
|
||||
for this variable. */)
|
||||
(symbol, value)
|
||||
|
|
Loading…
Add table
Reference in a new issue