1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +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 @itemize @bullet
@item @item
For some procedures, notably type predicates, we use "iff" to mean For some procedures, notably type predicates, we use @dfn{iff} to
"if and only if". The construct is usually something like: "Return mean `if and only if'. The construct is usually something like:
VAL iff CONDITION", where VAL is usually "#t" or "non-#f". This `Return @var{val} iff @var{condition}', where @var{val} is usually
typically means that VAL is returned if CONDITION holds, and that #f is `@code{#t}' or `non-@code{#f}'. This typically means that @var{val}
returned otherwise. is returned if @var{condition} holds, and that @samp{#f} is returned
otherwise.
@cindex iff
@c Add other conventions here. @c Add other conventions here.