Mercurial > emacs
diff src/floatfns.c @ 1715:cd23f7ef1bd0
* 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'.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Thu, 24 Dec 1992 06:16:01 +0000 |
| parents | bef6b6903528 |
| children | 699ae3079c09 |
line wrap: on
line diff
--- a/src/floatfns.c Thu Dec 24 06:13:57 1992 +0000 +++ b/src/floatfns.c Thu Dec 24 06:16:01 1992 +0000 @@ -302,7 +302,7 @@ } 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;
