/[emacs]/emacs/src/floatfns.c
ViewVC logotype

Diff of /emacs/src/floatfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.89 by ttn, Tue Aug 9 07:36:12 2005 UTC revision 1.90 by rms, Sun Dec 11 05:09:00 2005 UTC
# Line 508  DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, Line 508  DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0,
508    
509  DEFUN ("log", Flog, Slog, 1, 2, 0,  DEFUN ("log", Flog, Slog, 1, 2, 0,
510         doc: /* Return the natural logarithm of ARG.         doc: /* Return the natural logarithm of ARG.
511  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.  */)
512       (arg, base)       (arg, base)
513       register Lisp_Object arg, base;       register Lisp_Object arg, base;
514  {  {

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26