From f2b9c48b648c8ab9817af446b27d9411758e0328 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 25 Aug 2004 13:39:26 +0000 Subject: [PATCH] Left inf? in its place, since wants to be here so much. --- doc/ref/new-docstrings.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/ref/new-docstrings.texi b/doc/ref/new-docstrings.texi index f97d181ee..f3ea72758 100644 --- a/doc/ref/new-docstrings.texi +++ b/doc/ref/new-docstrings.texi @@ -1,5 +1,13 @@ @c module-for-docstring (guile) +@c This one crops up here constantly although it is already +@c in api-data.texi. Have to investigate somewhen. + +@deffn {Scheme Procedure} inf? x +@deffnx {C Function} scm_inf_p (x) +Return @code{#t} if @var{x} is either @samp{+inf.0} +or @samp{-inf.0}, @code{#f} otherwise. +@end deffn