summaryrefslogtreecommitdiff
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,
}
DEFUN ("log", Flog, Slog, 1, 2, 0,
- "Return the natural logarithm of NUM.
+ "Return the natural logarithm of NUM.\n\
If second optional argument BASE is given, return log NUM using that base.")
(num, base)
register Lisp_Object num, base;