summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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