diff lispref/customize.texi @ 71638:3184a667d8db

fix overfull/underfull boxes
author Karl Berry <karl@gnu.org>
date Wed, 05 Jul 2006 14:13:24 +0000
parents 58b5594421bc
children 26c633d614ed 138ce2701550
line wrap: on
line diff
--- a/lispref/customize.texi	Wed Jul 05 14:11:15 2006 +0000
+++ b/lispref/customize.texi	Wed Jul 05 14:13:24 2006 +0000
@@ -564,7 +564,8 @@
 symbol for the key.
 
 @smallexample
-:options '("foo" ((function-item some-function) integer) "baz")
+:options '("foo" ((function-item some-function) integer)
+           "baz")
 @end smallexample
 
 Many alists use lists with two elements, instead of cons cells.  For