diff options
| author | Eli Zaretskii | 2017-01-31 22:36:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-01-31 22:36:02 +0200 |
| commit | 7e02a477bbcabb4e65aeecade79b67357c0b9dae (patch) | |
| tree | 05f6b065b65003d9cad0a5143425b4fed1a40fba | |
| parent | 7c1e598a0559db79a5166e34514413e3f524eeff (diff) | |
| download | emacs-7e02a477bbcabb4e65aeecade79b67357c0b9dae.tar.gz emacs-7e02a477bbcabb4e65aeecade79b67357c0b9dae.zip | |
Index byte-compile-debug
* doc/lispref/compile.texi (Compilation Functions): Index
byte-compile-debug.
| -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 |