diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 79574e0a69b..71f53542283 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -508,7 +508,7 @@ DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, | |||
| 508 | 508 | ||
| 509 | DEFUN ("log", Flog, Slog, 1, 2, 0, | 509 | DEFUN ("log", Flog, Slog, 1, 2, 0, |
| 510 | doc: /* Return the natural logarithm of ARG. | 510 | doc: /* Return the natural logarithm of ARG. |
| 511 | If second optional argument BASE is given, return log ARG using that base. */) | 511 | If the optional argument BASE is given, return log ARG using that base. */) |
| 512 | (arg, base) | 512 | (arg, base) |
| 513 | register Lisp_Object arg, base; | 513 | register Lisp_Object arg, base; |
| 514 | { | 514 | { |