From aa159bf6963ef3f741bfbd787507405c02cc4974 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 31 Mar 2021 10:24:55 +0200 Subject: [PATCH] * 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 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") -- 2.39.5