From: Eli Zaretskii Date: Mon, 27 May 2024 11:54:01 +0000 (+0300) Subject: ; * src/lread.c (syms_of_lread) : Doc fix (bug#70914). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6554170fedae1d27d3ebf2a519082f05360e85bd;p=emacs.git ; * src/lread.c (syms_of_lread) : Doc fix (bug#70914). (cherry picked from commit db6599818fa6ca7325c482b4aa1ce564688469ef) --- diff --git a/src/lread.c b/src/lread.c index f5e7b2fc0fe..05642f011b1 100644 --- a/src/lread.c +++ b/src/lread.c @@ -6096,13 +6096,12 @@ 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 native code automatically unless -explicitly requested. + doc: /* Non-nil means not to load native code 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'. */); +To load a `.eln' file when this variable is non-nil, use `(load FILE)' +where FILE is the filename of the eln file, including the .eln extension. +`load-no-native' non-nil will also make Emacs not load native code +through `require'. */); load_no_native = false; /* Vsource_directory was initialized in init_lread. */