]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flog): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Dec 2005 05:09:00 +0000 (05:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Dec 2005 05:09:00 +0000 (05:09 +0000)
src/floatfns.c

index 79574e0a69bfffdba70f552099811bfaef4092f8..71f53542283a23b1be6c101bc06cf37189afd589 100644 (file)
@@ -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;
 {