aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
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 b6bb4044750..f0bff86a682 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -302,7 +302,7 @@ DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0,
302} 302}
303 303
304DEFUN ("log", Flog, Slog, 1, 2, 0, 304DEFUN ("log", Flog, Slog, 1, 2, 0,
305 "Return the natural logarithm of NUM. 305 "Return the natural logarithm of NUM.\n\
306If second optional argument BASE is given, return log NUM using that base.") 306If second optional argument BASE is given, return log NUM using that base.")
307 (num, base) 307 (num, base)
308 register Lisp_Object num, base; 308 register Lisp_Object num, base;