diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-18 13:57:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-18 13:57:17 +0000 |
commit | 342fd6cd64f3199cc46a08b28c1b7b15abcc168e (patch) | |
tree | dd4459493ee270e3cd5be82ce8db972479cde113 /lispref/compile.texi | |
parent | 9a2625351f07c169ca526e4d1646efbcbb5cd223 (diff) | |
download | emacs-342fd6cd64f3199cc46a08b28c1b7b15abcc168e.tar.gz |
Fix formatting ugliness.
Diffstat (limited to 'lispref/compile.texi')
-rw-r--r-- | lispref/compile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/compile.texi b/lispref/compile.texi index 91c0661a99e..951a090e0da 100644 --- a/lispref/compile.texi +++ b/lispref/compile.texi @@ -426,7 +426,7 @@ to what @code{eval-when-compile} does. @section Compiler Errors @cindex compiler errors - Byte compilation writes errors and warnings into the buffer + Byte compilation outputs all errors and warnings into the buffer @samp{*Compile-Log*}. The messages include file names and line numbers that identify the location of the problem. The usual Emacs commands for operating on compiler diagnostics work properly on |