Tweaks to lisp manual to remove over/underflows in printed version.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 29 May 2011 17:18:46 +0000 (13:18 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 29 May 2011 17:18:46 +0000 (13:18 -0400)
commit049bcbcba62635103d4d212b3c3cf7dc0ef21f36
tree5b09006846727d818678497c81568f8d7f9523cb
parentc92a1e54c44d3939a1ac57b45def3424d0e4cf13
Tweaks to lisp manual to remove over/underflows in printed version.

* help.texi (Accessing Documentation):
* display.texi (Pixel Specification):
* processes.texi (Serial Ports, Serial Ports):
* nonascii.texi (Character Properties, Default Coding Systems):
* text.texi (Changing Properties, Special Properties):
* windows.texi (Window Start and End):
* modes.texi (SMIE Indentation Example, SMIE Tricks):
* keymaps.texi (Searching Keymaps, Tool Bar):
* minibuf.texi (Basic Completion):
* compile.texi (Eval During Compile):
* strings.texi (Formatting Strings): Tweaks to avoid overflowing
7x9 paper in printed manual.

* lists.texi (Sets And Lists): Fix misplaced text.
15 files changed:
doc/lispref/ChangeLog
doc/lispref/compile.texi
doc/lispref/display.texi
doc/lispref/elisp.texi
doc/lispref/help.texi
doc/lispref/keymaps.texi
doc/lispref/lists.texi
doc/lispref/minibuf.texi
doc/lispref/modes.texi
doc/lispref/nonascii.texi
doc/lispref/processes.texi
doc/lispref/strings.texi
doc/lispref/text.texi
doc/lispref/tips.texi
doc/lispref/windows.texi