Document variable `byte-compile-debug'
* lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
This commit is contained in:
parent
72ef710f6e
commit
4d81eb450e
1 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,8 @@ specify different fields to sort on."
|
||||||
:type '(choice (const name) (const callers) (const calls)
|
:type '(choice (const name) (const callers) (const calls)
|
||||||
(const calls+callers) (const nil)))
|
(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
|
(defvar byte-compile-constants nil
|
||||||
"List of all constants encountered during compilation of this form.")
|
"List of all constants encountered during compilation of this form.")
|
||||||
(defvar byte-compile-variables nil
|
(defvar byte-compile-variables nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue