aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-11 05:09:00 +0000
committerRichard M. Stallman2005-12-11 05:09:00 +0000
commit356e6d8de4516169075b06405cb8283d544b78b6 (patch)
treed6c0b69e38254cfce529de5909fa1239d6c9c3c3 /src/floatfns.c
parent83c1cf6df60d815df782092b8bb8c6de0b8e775d (diff)
downloademacs-356e6d8de4516169075b06405cb8283d544b78b6.tar.gz
emacs-356e6d8de4516169075b06405cb8283d544b78b6.zip
(Flog): Doc fix.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c2
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
509DEFUN ("log", Flog, Slog, 1, 2, 0, 509DEFUN ("log", Flog, Slog, 1, 2, 0,
510 doc: /* Return the natural logarithm of ARG. 510 doc: /* Return the natural logarithm of ARG.
511If second optional argument BASE is given, return log ARG using that base. */) 511If 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{