From: Eli Zaretskii Date: Sat, 11 Sep 2021 07:22:06 +0000 (+0300) Subject: ; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix. X-Git-Tag: emacs-28.0.90~1070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfd5e268a82d8ccbd758fdfbe445f9cb8b5befea;p=emacs.git ; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix. --- 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."