diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-05-15 10:21:31 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-05-15 10:21:31 -0400 |
commit | ae742cb584f21e9df2db4cd34f7bf6658c8d775f (patch) | |
tree | 06c591c21ec48c8e7c64ee59bcc34a7c4e656374 /doc/emacs/windows.texi | |
parent | ce1539b46ddb8b45aadf70888f6e42e39d944865 (diff) | |
download | emacs-ae742cb584f21e9df2db4cd34f7bf6658c8d775f.tar.gz |
Text-fitting fixes for printed Emacs manual on 7x9 paper.
* building.texi (Flymake, Breakpoints Buffer):
* calendar.texi (Appointments):
* cmdargs.texi (General Variables, Display X):
* custom.texi (Saving Customizations, Face Customization)
(Directory Variables, Minibuffer Maps, Init Rebinding):
* display.texi (Font Lock, Font Lock, Useless Whitespace):
* fixit.texi (Spelling):
* frames.texi (Creating Frames, Fonts):
* help.texi (Help Files):
* mini.texi (Minibuffer File):
* misc.texi (emacsclient Options, Emulation):
* msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
* mule.texi (International Chars, Language Environments)
(Select Input Method, Modifying Fontsets, Charsets):
* programs.texi (Custom C Indent):
* rmail.texi (Rmail Labels):
* text.texi (Table Conversion):
* trouble.texi (Known Problems, Known Problems):
* windows.texi (Change Window):
* xresources.texi (GTK resources): Reflow text and re-indent code
examples to avoid TeX overflows and underflows on 7x9 paper.
* emacs.texi: Fix the (commented out) smallbook command.
* macos.texi (Mac / GNUstep Events):
* xresources.texi (Lucid Resources): Remove extraneous examples.
Diffstat (limited to 'doc/emacs/windows.texi')
-rw-r--r-- | doc/emacs/windows.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 8071f957439..a80e18360e2 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -343,10 +343,10 @@ to an adjacent window. The minimum size is specified by the variables @kindex C-x - @findex shrink-window-if-larger-than-buffer - The command @kbd{C-x -} (@code{shrink-window-if-larger-than-buffer}) -reduces the height of the selected window, if it is taller than -necessary to show the whole text of the buffer it is displaying. It -gives the extra lines to other windows in the frame. + @kbd{C-x -} (@code{shrink-window-if-larger-than-buffer}) reduces the +height of the selected window, if it is taller than necessary to show +the whole text of the buffer it is displaying. It gives the extra +lines to other windows in the frame. @kindex C-x + @findex balance-windows |