diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-09-11 10:22:06 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-09-11 10:22:06 +0300 |
commit | bfd5e268a82d8ccbd758fdfbe445f9cb8b5befea (patch) | |
tree | ea57467c5175ea5849f1f9beac57cb8068fa988d /lisp/emacs-lisp | |
parent | ea3f0bcc786bb80e3fb8682e54c5f32336ac4986 (diff) | |
download | emacs-bfd5e268a82d8ccbd758fdfbe445f9cb8b5befea.tar.gz emacs-bfd5e268a82d8ccbd758fdfbe445f9cb8b5befea.tar.bz2 emacs-bfd5e268a82d8ccbd758fdfbe445f9cb8b5befea.zip |
; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |