# HG changeset patch # User Richard M. Stallman # Date 1134277740 0 # Node ID 199bdb85a35ff041fbd65d068aa41f2ee7657c9a # Parent 5a3907cc23fcb20896b505a080e3ef1d214d9a86 (Flog): Doc fix. diff -r 5a3907cc23fc -r 199bdb85a35f src/floatfns.c --- 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; {