diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-20 00:09:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-20 00:09:23 +0000 |
commit | 9e2b495b7085a76d3d6ea521312d080aa6479965 (patch) | |
tree | 4dc81dafa556a21ec36ae794fde5dd02b06e5fcb /lispref/compile.texi | |
parent | 6268f00653c5f594251862066f15126bee5f1a2a (diff) | |
download | emacs-9e2b495b7085a76d3d6ea521312d080aa6479965.tar.gz |
Minor cleanups for overfull hboxes.
Diffstat (limited to 'lispref/compile.texi')
-rw-r--r-- | lispref/compile.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/compile.texi b/lispref/compile.texi index c085634c39b..d43ea51f074 100644 --- a/lispref/compile.texi +++ b/lispref/compile.texi @@ -94,9 +94,9 @@ the @code{byte-compile} function. You can compile a whole file with @code{byte-compile-file}, or several files with @code{byte-recompile-directory} or @code{batch-byte-compile}. - When you run the byte compiler, you may get warnings in a buffer -called @samp{*Compile-Log*}. These report things in your program that -suggest a problem but are not necessarily erroneous. + The byte compiler produces error messages and warnings about each file +in a buffer called @samp{*Compile-Log*}. These report things in your +program that suggest a problem but are not necessarily erroneous. @cindex macro compilation Be careful when byte-compiling code that uses macros. Macro calls are |