# HG changeset patch # User Richard M. Stallman # Date 1076969442 0 # Node ID 5cd1edd3667903a6a1326b5af968b206f89bdcbb # Parent 2d72c05c1ea8111b0dc068f7ce845055dc26b403 (Compiler Errors): if-boundp feature applies to cond. diff -r 2d72c05c1ea8 -r 5cd1edd36679 lispref/compile.texi --- a/lispref/compile.texi Mon Feb 16 22:09:52 2004 +0000 +++ b/lispref/compile.texi Mon Feb 16 22:10:42 2004 +0000 @@ -448,9 +448,11 @@ @end example @noindent -The call to @var{func} must be in the @var{then-form} of the @code{if}, -and @var{func} must appear quoted in the call to @code{fboundp}. -Likewise, you can suppress a compiler warning for an unbound variable +The call to @var{func} must be in the @var{then-form} of the +@code{if}, and @var{func} must appear quoted in the call to +@code{fboundp}. (This feature operates for @code{cond} as well.) + + Likewise, you can suppress a compiler warning for an unbound variable @var{variable} by conditionalizing its use on a @code{boundp} test, like this: