summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-03 00:23:27 -0700
committerGlenn Morris <rgm@gnu.org>2012-05-03 00:23:27 -0700
commitd1714b9420f780ba924224ba6252f66bfb9c7d9d (patch)
tree2d6cd9cef7aa7cd669cca3a3ef84486ca74658a6
parent2227da65ddd447fe1a4fb80c6624d11accd334ba (diff)
downloademacs-d1714b9420f780ba924224ba6252f66bfb9c7d9d.tar.gz
More page break tweaks for the manual
* doc/emacs/custom.texi (Customization Groups, Custom Themes, Examining): Improve page breaks.
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/custom.texi10
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 <rgm@gnu.org>
+ * 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