diff 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
line wrap: on
line diff
--- a/lispref/internals.texi	Wed Jul 05 14:11:15 2006 +0000
+++ b/lispref/internals.texi	Wed Jul 05 14:13:24 2006 +0000
@@ -505,8 +505,8 @@
 @smallexample
 @group
 DEFUN ("or", For, Sor, 0, UNEVALLED, 0,
-  doc: /* Eval args until one of them yields non-nil, then return that value.
-The remaining args are not evalled at all.
+  doc: /* Eval args until one of them yields non-nil, then return that
+value. The remaining args are not evalled at all.
 If all args return nil, return nil.
 @end group
 @group