From: Richard M. Stallman Date: Sun, 11 Dec 2005 05:09:00 +0000 (+0000) Subject: (Flog): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~5348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=356e6d8de4516169075b06405cb8283d544b78b6;p=emacs.git (Flog): Doc fix. --- diff --git a/src/floatfns.c b/src/floatfns.c index 79574e0a69b..71f53542283 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -508,7 +508,7 @@ DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, 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; {