]> git.eshelyaron.com Git - emacs.git/commitdiff
Document variable `byte-compile-debug'
authorPhilipp Stephani <phst@google.com>
Tue, 31 Jan 2017 18:04:36 +0000 (19:04 +0100)
committerPhilipp Stephani <phst@google.com>
Tue, 31 Jan 2017 18:04:36 +0000 (19:04 +0100)
* lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.

lisp/emacs-lisp/bytecomp.el

index eb3f46d3d7a5d8e58abd073a4c2822ab2e94e39a..2c808a5b4bd6e95dd2647f35f1d3d86d478121a9 100644 (file)
@@ -411,7 +411,8 @@ specify different fields to sort on."
   :type '(choice (const name) (const callers) (const calls)
                 (const calls+callers) (const nil)))
 
-(defvar byte-compile-debug nil)
+(defvar byte-compile-debug nil
+  "If non-nil, byte compile errors will be raised as signals instead of logged.")
 (defvar byte-compile-constants nil
   "List of all constants encountered during compilation of this form.")
 (defvar byte-compile-variables nil