summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-data.texi
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-06-19 11:41:13 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-06-19 11:41:13 +0000
commit23de7b97e963e5f5e09570639ac6d233865e11ee (patch)
tree0313d5f9cf5770cfacee2f2eb81ef3b54694e85d /doc/ref/scheme-data.texi
parente540802f9cfd2d3ce72111af3c3f4fab21c4d1ad (diff)
downloadguile-23de7b97e963e5f5e09570639ac6d233865e11ee.tar.gz
Bettered wording for inf? and nan? procedures.
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-xdoc/ref/scheme-data.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi
index 7d0b01f26..fc4a84afd 100755
--- a/doc/ref/scheme-data.texi
+++ b/doc/ref/scheme-data.texi
@@ -379,11 +379,11 @@ precision.
@deffn {Scheme Procedure} inf? x
Return @code{#t} if @var{x} is either @samp{+inf.0} or @samp{-inf.0},
-code @var{#f} otherwise.
+@code{#f} otherwise.
@end deffn
@deffn {Scheme Procedure} nan? x
-Return @code{#t} if @var{x} is @samp{+nan.0}, code @var{#f} otherwise.
+Return @code{#t} if @var{x} is @samp{+nan.0}, @code{#f} otherwise.
@end deffn
@node Complex Numbers