]> git.eshelyaron.com Git - emacs.git/commitdiff
improve breaks
authorKarl Berry <karl@gnu.org>
Sun, 1 Oct 2006 22:58:44 +0000 (22:58 +0000)
committerKarl Berry <karl@gnu.org>
Sun, 1 Oct 2006 22:58:44 +0000 (22:58 +0000)
man/ChangeLog
man/custom.texi

index 4e5305fe7517d2211bf9fa0ad21ebfb2de3f26cf..0f0de1b7620bd25a6580c6900499e4d9e7dace2a 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-01  Karl Berry  <karl@gnu.org>
+
+       * custom.texi (Customization Groups): page break to keep example buffer
+       on one page.
+
 2006-09-30  Karl Berry  <karl@gnu.org>
 
        * programs.texi (Basic Indent): @need to improve page break.
index 682cb5b93107e3ee8e9ce3921f5599cabde20af7..d20558dd06b997c1d81dde89eb5f19ec22c68dbe 100644 (file)
@@ -231,7 +231,11 @@ the way up to a master group called @code{Emacs}.
 top-level @code{Emacs} group and the second-level groups immediately
 under it.  It looks like this, in part:
 
+@c we want the buffer example to all be on one page, but unfortunately
+@c that's quite a bit of text, so force all space to the bottom.
+@page
 @smallexample
+@group
 /- Emacs group: ---------------------------------------------------\
       [State]: visible group members are all at standard values.
    Customization of the One True Editor.
@@ -246,7 +250,7 @@ Interfacing to external utilities.
 @var{more second-level groups}
 
 \- Emacs group end ------------------------------------------------/
-
+@end group
 @end smallexample
 
 @noindent