diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-03-31 10:24:55 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-03-31 10:24:55 +0200 |
commit | aa159bf6963ef3f741bfbd787507405c02cc4974 (patch) | |
tree | e43e5e698f833894845af3c3a28c8fc2ac4b077d /lisp/emacs-lisp/comp.el | |
parent | 79b8b6ca45ad707d86244882430e275efd95cdb9 (diff) | |
download | emacs-aa159bf6963ef3f741bfbd787507405c02cc4974.tar.gz emacs-aa159bf6963ef3f741bfbd787507405c02cc4974.tar.bz2 emacs-aa159bf6963ef3f741bfbd787507405c02cc4974.zip |
* lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 0597837ebd0..2f9738a7e20 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -62,8 +62,8 @@ This is intended for debugging the compiler itself. 0 no debugging output. This is the recommended value unless you are debugging the compiler itself. 1 emit debug symbols and dump pseudo C code. - 2 dump gcc passes and libgccjit log file. - 3 dump libgccjit reproducers." + 2 dump gcc passes. + 3 dump libgccjit log file." :type 'integer :safe #'natnump :version "28.1") |