Mercurial > hg > xemacs-beta
diff man/lispref/numbers.texi @ 1738:f43f9ca6c7d9
[xemacs-hg @ 2003-10-10 12:39:27 by stephent]
@var -> @code <87ad89mfs3.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 10 Oct 2003 12:39:45 +0000 |
parents | 576fb035e263 |
children | 2ba4f06a264d |
line wrap: on
line diff
--- a/man/lispref/numbers.texi Fri Oct 10 11:51:05 2003 +0000 +++ b/man/lispref/numbers.texi Fri Oct 10 12:39:45 2003 +0000 @@ -1028,7 +1028,7 @@ @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