From d1714b9420f780ba924224ba6252f66bfb9c7d9d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 May 2012 00:23:27 -0700 Subject: [PATCH] More page break tweaks for the manual * doc/emacs/custom.texi (Customization Groups, Custom Themes, Examining): Improve page breaks. --- doc/emacs/ChangeLog | 3 +++ doc/emacs/custom.texi | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 25bbb1d0be4..8403ccac9ee 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,8 @@ 2012-05-03 Glenn Morris + * custom.texi (Customization Groups, Custom Themes, Examining): + Improve page breaks. + * rmail.texi (Rmail Display): Use example rather than smallexample. * calendar.texi: Convert inforefs to refs. diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index bf2602f8f08..d5a68249ec4 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -79,7 +79,7 @@ top-level @code{Emacs} group. 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 +@c @page @smallexample @group To apply changes, use the Save or Set buttons. @@ -628,7 +628,7 @@ theme, its @samp{State} display shows @samp{THEMED} instead of @findex disable-theme You can enable a specific Custom theme in the current Emacs session by typing @kbd{M-x load-theme}. This prompts for a theme name, loads -the theme from the theme file, and enables the theme. If a theme file +the theme from the theme file, and enables it. If a theme file has been loaded before, you can enable the theme without loading its file by typing @kbd{M-x enable-theme}. To disable a Custom theme, type @kbd{M-x disable-theme}. @@ -636,7 +636,7 @@ type @kbd{M-x disable-theme}. @findex describe-theme To see a description of a Custom theme, type @kbd{?} on its line in the @file{*Custom Themes*} buffer; or type @kbd{M-x describe-theme} -anywhere in Emacs and enter the theme name in the minibuffer. +anywhere in Emacs and enter the theme name. @node Creating Custom Themes @subsection Creating Custom Themes @@ -762,7 +762,7 @@ C-h v fill-column @key{RET} @noindent displays something like this: -@smallexample +@example fill-column is a variable defined in `C source code'. fill-column's value is 70 Local in buffer custom.texi; global value is 70 @@ -777,7 +777,7 @@ Documentation: Interactively, you can set the buffer local value using C-x f. You can customize this variable. -@end smallexample +@end example @noindent The line that says ``You can customize the variable'' indicates that -- 2.39.2