summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-01-31 19:04:36 +0100
committerPhilipp Stephani <phst@google.com>2017-01-31 19:04:36 +0100
commit4d81eb450ef5219b551e01e7df7f08784fdc3231 (patch)
tree8ab58bcd6a07c94bae4dd9de9bcc168870378fa9
parent72ef710f6e1c8e334fd50da9480a8cb151e823a2 (diff)
downloademacs-4d81eb450ef5219b551e01e7df7f08784fdc3231.tar.gz
Document variable `byte-compile-debug'
* lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index eb3f46d3d7a..2c808a5b4bd 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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