Mercurial > emacs
diff src/floatfns.c @ 67496:199bdb85a35f
(Flog): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 11 Dec 2005 05:09:00 +0000 |
| parents | 3529fe766935 |
| children | 3bd95f4f2941 7beb78bc1f8e |
line wrap: on
line diff
--- a/src/floatfns.c Sun Dec 11 05:08:18 2005 +0000 +++ b/src/floatfns.c Sun Dec 11 05:09:00 2005 +0000 @@ -508,7 +508,7 @@ DEFUN ("log", Flog, Slog, 1, 2, 0, doc: /* Return the natural logarithm of ARG. -If second optional argument BASE is given, return log ARG using that base. */) +If the optional argument BASE is given, return log ARG using that base. */) (arg, base) register Lisp_Object arg, base; {
