From: Eli Zaretskii Date: Tue, 30 Nov 2021 18:23:47 +0000 (+0200) Subject: ; * src/comp.c (syms_of_comp) : Doc fix. X-Git-Tag: emacs-28.0.90~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e16c6a96d6c5bbe97d6a90897e0322e3322e20e;p=emacs.git ; * src/comp.c (syms_of_comp) : Doc fix. --- diff --git a/src/comp.c b/src/comp.c index bc1adcf4e2f..1381d982aa3 100644 --- a/src/comp.c +++ b/src/comp.c @@ -5525,9 +5525,9 @@ protect the trampolines against GC. */); Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table); DEFVAR_LISP ("comp-no-native-file-h", V_comp_no_native_file_h, - doc: /* Files for which no deferred compilation has to -be performed because the bytecode version was explicitly requested by -the user during load. + doc: /* Files for which no deferred compilation has to be performed. +These files' compilation should not be deferred because the bytecode +version was explicitly requested by the user during load. For internal use. */); V_comp_no_native_file_h = CALLN (Fmake_hash_table, QCtest, Qequal);