]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Sep 2021 07:22:06 +0000 (10:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Sep 2021 07:22:06 +0000 (10:22 +0300)
lisp/emacs-lisp/comp.el

index 92928e4cedbef89125665be86ac9acb6e27af39a..bb135457e203604bf7b8463889beca58854e265a 100644 (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."