From: Andrea Corallo Date: Wed, 31 Mar 2021 08:24:55 +0000 (+0200) Subject: * lisp/emacs-lisp/comp.el (comp-debug): Fix docstring. X-Git-Tag: emacs-28.0.90~2727^2~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa159bf6963ef3f741bfbd787507405c02cc4974;p=emacs.git * lisp/emacs-lisp/comp.el (comp-debug): Fix docstring. --- 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")