summaryrefslogtreecommitdiff
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-12-24 06:16:01 +0000
committerJim Blandy <jimb@redhat.com>1992-12-24 06:16:01 +0000
commit7e6e3a55a23f67b03fef8d4295a79112eaac3366 (patch)
tree1d1b55cfffed46fb0220f2bc4e633058af88e75f /src/floatfns.c
parent2b4473bda5bf91ab398564552523737eac0c0839 (diff)
downloademacs-7e6e3a55a23f67b03fef8d4295a79112eaac3366.tar.gz
* floatfns.c (Flog): Fix unescaped newline in string.
* frame.c (Fnext_frame): Same. * textprop.c (Fprevious_single_property_change): Same. (syms_of_textprop): Same, for DEFVAR for `interval_balance_threshold'.
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;