diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/compile.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 441ee9afb26..201d9fc2fa5 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -88,6 +88,7 @@ the @code{byte-compile} function. You can compile a whole file with | |||
| 88 | @code{byte-compile-file}, or several files with | 88 | @code{byte-compile-file}, or several files with |
| 89 | @code{byte-recompile-directory} or @code{batch-byte-compile}. | 89 | @code{byte-recompile-directory} or @code{batch-byte-compile}. |
| 90 | 90 | ||
| 91 | @vindex byte-compile-debug | ||
| 91 | Sometimes, the byte compiler produces warning and/or error messages | 92 | Sometimes, the byte compiler produces warning and/or error messages |
| 92 | (@pxref{Compiler Errors}, for details). These messages are normally | 93 | (@pxref{Compiler Errors}, for details). These messages are normally |
| 93 | recorded in a buffer called @file{*Compile-Log*}, which uses | 94 | recorded in a buffer called @file{*Compile-Log*}, which uses |