Mercurial > emacs
changeset 67496:199bdb85a35f
(Flog): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 11 Dec 2005 05:09:00 +0000 |
parents | 5a3907cc23fc |
children | 6f5564740da6 |
files | src/floatfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {