emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/floatfns.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/floatfns.c
Date: Sun, 11 Dec 2005 00:09:00 -0500

Index: emacs/src/floatfns.c
diff -c emacs/src/floatfns.c:1.89 emacs/src/floatfns.c:1.90
*** emacs/src/floatfns.c:1.89   Tue Aug  9 07:36:12 2005
--- emacs/src/floatfns.c        Sun Dec 11 05:09:00 2005
***************
*** 508,514 ****
  
  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.  
*/)
       (arg, base)
       register Lisp_Object arg, base;
  {
--- 508,514 ----
  
  DEFUN ("log", Flog, Slog, 1, 2, 0,
         doc: /* Return the natural logarithm of ARG.
! If the optional argument BASE is given, return log ARG using that base.  */)
       (arg, base)
       register Lisp_Object arg, base;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]