diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 992aac66476..5a1a648dcb7 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1407,7 +1407,7 @@ local bindings in certain buffers. */) | |||
| 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) |