1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

(iff): Use proper texi markup.

Thanks to Florian Weimer.
This commit is contained in:
Thien-Thi Nguyen 2001-05-04 21:01:35 +00:00
parent b77e2f28d1
commit 14e94b6096

View file

@ -140,11 +140,13 @@ We use some conventions in this manual.
@itemize @bullet
@item
For some procedures, notably type predicates, we use "iff" to mean
"if and only if". The construct is usually something like: "Return
VAL iff CONDITION", where VAL is usually "#t" or "non-#f". This
typically means that VAL is returned if CONDITION holds, and that #f is
returned otherwise.
For some procedures, notably type predicates, we use @dfn{iff} to
mean `if and only if'. The construct is usually something like:
`Return @var{val} iff @var{condition}', where @var{val} is usually
`@code{#t}' or `non-@code{#f}'. This typically means that @var{val}
is returned if @var{condition} holds, and that @samp{#f} is returned
otherwise.
@cindex iff
@c Add other conventions here.