]> git.eshelyaron.com Git - emacs.git/commitdiff
(Compiler Errors): if-boundp feature applies to cond.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Feb 2004 22:10:42 +0000 (22:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Feb 2004 22:10:42 +0000 (22:10 +0000)
lispref/compile.texi

index 960b00dd6fc4cf8b83931485a1f3d93b2445d2b9..a201a225379dda6f191aa76b132958546cd259db 100644 (file)
@@ -448,9 +448,11 @@ function @var{func} by conditionalizing the function call on a
 @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: