emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp aa159bf: * lisp/emacs-lisp/comp.el (comp-debug): Fix


From: Andrea Corallo
Subject: feature/native-comp aa159bf: * lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.
Date: Wed, 31 Mar 2021 04:43:31 -0400 (EDT)

branch: feature/native-comp
commit aa159bf6963ef3f741bfbd787507405c02cc4974
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.
---
 lisp/emacs-lisp/comp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 0597837..2f9738a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]