mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394).
This commit is contained in:
parent
de18407f51
commit
985ad1da76
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ Possible values are:
|
||||||
1 - emitted code is to be generated in a safe manner, even if functions
|
1 - emitted code is to be generated in a safe manner, even if functions
|
||||||
are mis-declared.
|
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."
|
This currently affects only code produced by native-compilation."
|
||||||
:type 'integer
|
:type 'integer
|
||||||
:safe #'integerp
|
:safe #'integerp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue