X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fnumbers.texi;h=afbd666836b370e78765b811b99119fb68d37d07;hb=d78f3ae26e22d8e11c8e51a8cba17b4df238351d;hp=62582177cdb53c4421e9fc277fdb4e9d669a56ed;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/numbers.texi b/man/lispref/numbers.texi index 6258217..afbd666 100644 --- a/man/lispref/numbers.texi +++ b/man/lispref/numbers.texi @@ -1028,7 +1028,7 @@ base of natural logarithms. @defun log number &optional base This function returns the logarithm of @var{number}, with base @var{base}. -If you don't specify @var{base}, the base @var{e} is used. If @var{number} +If you don't specify @var{base}, the base @code{e} is used. If @var{number} is negative, the result is a NaN. @end defun