aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-07-01 14:17:42 +0300
committerEli Zaretskii2025-07-01 14:17:42 +0300
commit985ad1da76d2ea1ef70765fe8b4fb62fc975ae0a (patch)
tree330f4e384409d1353afa3140c3cd4bf115b7b003
parentde18407f513ccd7adbd521d0422dd1fb552b5935 (diff)
downloademacs-985ad1da76d2ea1ef70765fe8b4fb62fc975ae0a.tar.gz
emacs-985ad1da76d2ea1ef70765fe8b4fb62fc975ae0a.zip
; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394).
-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