diff options
| author | Juanma Barranquero | 2004-05-16 00:55:09 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-16 00:55:09 +0000 |
| commit | 6e86a75de6dc1e0b2a6391b265e3b88200eed310 (patch) | |
| tree | c879bf9950c5b73e6ad2600df0bb80c08c49fe6a /src/data.c | |
| parent | bc814d07e654767ee967ab6ce102af8fb5b026be (diff) | |
| download | emacs-6e86a75de6dc1e0b2a6391b265e3b88200eed310.tar.gz emacs-6e86a75de6dc1e0b2a6391b265e3b88200eed310.zip | |
(Fset_default): Make argument names match their use in docstring.
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) |