comparison lispref/internals.texi @ 71638:3184a667d8db

fix overfull/underfull boxes
author Karl Berry <karl@gnu.org>
date Wed, 05 Jul 2006 14:13:24 +0000
parents e610fb70748a
children 61cb5aae3bc3 138ce2701550
comparison
equal deleted inserted replaced
71637:4829cbc0882f 71638:3184a667d8db
503 503
504 @cindex garbage collection protection 504 @cindex garbage collection protection
505 @smallexample 505 @smallexample
506 @group 506 @group
507 DEFUN ("or", For, Sor, 0, UNEVALLED, 0, 507 DEFUN ("or", For, Sor, 0, UNEVALLED, 0,
508 doc: /* Eval args until one of them yields non-nil, then return that value. 508 doc: /* Eval args until one of them yields non-nil, then return that
509 The remaining args are not evalled at all. 509 value. The remaining args are not evalled at all.
510 If all args return nil, return nil. 510 If all args return nil, return nil.
511 @end group 511 @end group
512 @group 512 @group
513 usage: (or CONDITIONS ...) */) 513 usage: (or CONDITIONS ...) */)
514 (args) 514 (args)