]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394).
authorEli Zaretskii <eliz@gnu.org>
Tue, 1 Jul 2025 11:17:42 +0000 (14:17 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:11:39 +0000 (22:11 +0200)
(cherry picked from commit 985ad1da76d2ea1ef70765fe8b4fb62fc975ae0a)

lisp/emacs-lisp/bytecomp.el

index d4e317301b6b8bdad9dab7aff286273c14acd09b..70102be43180c8db5aab9014b2a4d5c17fbf62cd 100644 (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