diff options
| author | Philipp Stephani | 2017-01-31 19:04:36 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2017-01-31 19:04:36 +0100 |
| commit | 4d81eb450ef5219b551e01e7df7f08784fdc3231 (patch) | |
| tree | 8ab58bcd6a07c94bae4dd9de9bcc168870378fa9 | |
| parent | 72ef710f6e1c8e334fd50da9480a8cb151e823a2 (diff) | |
| download | emacs-4d81eb450ef5219b551e01e7df7f08784fdc3231.tar.gz emacs-4d81eb450ef5219b551e01e7df7f08784fdc3231.zip | |
Document variable `byte-compile-debug'
* lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
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." | |||
| 411 | :type '(choice (const name) (const callers) (const calls) | 411 | :type '(choice (const name) (const callers) (const calls) |
| 412 | (const calls+callers) (const nil))) | 412 | (const calls+callers) (const nil))) |
| 413 | 413 | ||
| 414 | (defvar byte-compile-debug nil) | 414 | (defvar byte-compile-debug nil |
| 415 | "If non-nil, byte compile errors will be raised as signals instead of logged.") | ||
| 415 | (defvar byte-compile-constants nil | 416 | (defvar byte-compile-constants nil |
| 416 | "List of all constants encountered during compilation of this form.") | 417 | "List of all constants encountered during compilation of this form.") |
| 417 | (defvar byte-compile-variables nil | 418 | (defvar byte-compile-variables nil |