From bfd5e268a82d8ccbd758fdfbe445f9cb8b5befea Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 11 Sep 2021 10:22:06 +0300 Subject: [PATCH] ; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix. --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 92928e4cedb..bb135457e20 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -169,7 +169,7 @@ if `confirm-kill-processes' is non-nil." (defcustom native-comp-compiler-options nil "Command line options passed verbatim to GCC compiler. Note that not all options are meaningful and some options might even -break your Emacs. Use at own risk. +break your Emacs. Use at your own risk. Passing these options is only available in libgccjit version 9 and above." -- 2.39.5