1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394).

This commit is contained in:
Eli Zaretskii 2025-07-01 14:17:42 +03:00
parent de18407f51
commit 985ad1da76

View file

@ -145,6 +145,8 @@ Possible values are:
1 - emitted code is to be generated in a safe manner, even if functions
are mis-declared.
Note that \"safe\" does not mean \"correct\": if functions are declared
incorrectly, the emitted code might also be incorrect.
This currently affects only code produced by native-compilation."
:type 'integer
:safe #'integerp