From 7e02a477bbcabb4e65aeecade79b67357c0b9dae Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 31 Jan 2017 22:36:02 +0200 Subject: [PATCH] Index byte-compile-debug * doc/lispref/compile.texi (Compilation Functions): Index byte-compile-debug. --- doc/lispref/compile.texi | 1 + 1 file changed, 1 insertion(+) 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 @code{byte-compile-file}, or several files with @code{byte-recompile-directory} or @code{batch-byte-compile}. +@vindex byte-compile-debug Sometimes, the byte compiler produces warning and/or error messages (@pxref{Compiler Errors}, for details). These messages are normally recorded in a buffer called @file{*Compile-Log*}, which uses -- 2.39.5