1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

* lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.

This commit is contained in:
Andrea Corallo 2021-03-31 10:24:55 +02:00
parent 79b8b6ca45
commit aa159bf696

View File

@ -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")