]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.
authorAndrea Corallo <akrl@sdf.org>
Wed, 31 Mar 2021 08:24:55 +0000 (10:24 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 31 Mar 2021 08:24:55 +0000 (10:24 +0200)
lisp/emacs-lisp/comp.el

index 0597837ebd03aae8701d1044bf5d1a4243e2a89b..2f9738a7e20d2826f2ba98c41aa00f882de9084b 100644 (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")