summaryrefslogtreecommitdiff
path: root/doc/lispref/compile.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-05-29 13:18:46 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-05-29 13:18:46 -0400
commit049bcbcba62635103d4d212b3c3cf7dc0ef21f36 (patch)
tree5b09006846727d818678497c81568f8d7f9523cb /doc/lispref/compile.texi
parentc92a1e54c44d3939a1ac57b45def3424d0e4cf13 (diff)
downloademacs-049bcbcba62635103d4d212b3c3cf7dc0ef21f36.tar.gz
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.
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r--doc/lispref/compile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index 928955b0239..b91e1626233 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -452,7 +452,7 @@ used to load it for compiling, but not executing. For example,
@lisp
(eval-when-compile
- (require 'my-macro-package)) ;; only macros needed from this
+ (require 'my-macro-package))
@end lisp
The same sort of thing goes for macros and @code{defsubst} functions