Mercurial > emacs
changeset 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 | f5feeaa7f147 |
children | 18aa7c1e796b |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Sun May 16 00:36:00 2004 +0000 +++ b/src/data.c Sun May 16 00:54:25 2004 +0000 @@ -1407,7 +1407,7 @@ } 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)