diff options
| author | Richard M. Stallman | 2005-12-11 05:09:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-11 05:09:00 +0000 |
| commit | 356e6d8de4516169075b06405cb8283d544b78b6 (patch) | |
| tree | d6c0b69e38254cfce529de5909fa1239d6c9c3c3 /src/floatfns.c | |
| parent | 83c1cf6df60d815df782092b8bb8c6de0b8e775d (diff) | |
| download | emacs-356e6d8de4516169075b06405cb8283d544b78b6.tar.gz emacs-356e6d8de4516169075b06405cb8283d544b78b6.zip | |
(Flog): Doc fix.
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 | { |