From: Andrea Corallo Date: Mon, 27 May 2024 09:32:19 +0000 (+0200) Subject: ; * src/lread.c (load-no-native): Improve docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=381c3e3b8d550358348a5c85f5eaa418cf89d1de;p=emacs.git ; * src/lread.c (load-no-native): Improve docstring. (cherry picked from commit 8283f0ae4ad7648a5fd4988e10b75878f4f87771) --- diff --git a/src/lread.c b/src/lread.c index 233f08b0727..f5e7b2fc0fe 100644 --- a/src/lread.c +++ b/src/lread.c @@ -6096,7 +6096,13 @@ that are loaded before your customizations are read! */); load_prefer_newer = 0; DEFVAR_BOOL ("load-no-native", load_no_native, - doc: /* Non-nil means not to load a .eln file when a .elc was requested. */); + doc: /* Non-nil means not to load a native code automatically unless +explicitly requested. + +To load explicitly a `.eln' file use (load FILE) where FILE is the +filename of the eln file. +`load-no-native' non-nil will make Emacs not load native code through +`require'. */); load_no_native = false; /* Vsource_directory was initialized in init_lread. */