1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 23:51:24 -08:00

; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.

This commit is contained in:
Eli Zaretskii 2021-09-11 10:22:06 +03:00
parent ea3f0bcc78
commit bfd5e268a8

View file

@ -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."