aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 594052ad263..82187a6f946 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -145,6 +145,8 @@ Possible values are:
145 1 - emitted code is to be generated in a safe manner, even if functions 145 1 - emitted code is to be generated in a safe manner, even if functions
146 are mis-declared. 146 are mis-declared.
147 147
148Note that \"safe\" does not mean \"correct\": if functions are declared
149incorrectly, the emitted code might also be incorrect.
148This currently affects only code produced by native-compilation." 150This currently affects only code produced by native-compilation."
149 :type 'integer 151 :type 'integer
150 :safe #'integerp 152 :safe #'integerp