]> git.eshelyaron.com Git - emacs.git/commitdiff
* Improve 'native-comp-async-report-warnings-errors' tag
authorAndrea Corallo <acorallo@gnu.org>
Thu, 29 Feb 2024 10:04:07 +0000 (11:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 06:30:24 +0000 (07:30 +0100)
* lisp/emacs-lisp/comp-run.el (native-comp-async-report-warnings-errors):
Improve tag.

(cherry picked from commit b8ba3cb7f00504ec58fda867a44631cc14b3343d)

lisp/emacs-lisp/comp-run.el

index 8fcbe31cf0bfddf66d335b490804999d82a18500..c78b5ece9bd8b4a2affccb299093972b5e100203 100644 (file)
@@ -72,9 +72,9 @@ Set this variable to nil to suppress warnings altogether, or to
 the symbol `silent' to log warnings but not pop up the *Warnings*
 buffer."
   :type '(choice
-          (const :tag "Do not report warnings" nil)
-          (const :tag "Report and display warnings" t)
-          (const :tag "Report but do not display warnings" silent))
+          (const :tag "Do not report warnings/errors" nil)
+          (const :tag "Report and display warnings/errors" t)
+          (const :tag "Report but do not display warnings/errors" silent))
   :version "28.1")
 
 (defcustom native-comp-always-compile nil