]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 30 Nov 2021 18:23:47 +0000 (20:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 30 Nov 2021 18:23:47 +0000 (20:23 +0200)
src/comp.c

index bc1adcf4e2f7f43ad12dfc41d7c9d466910b0737..1381d982aa39656c1dfcea31f186a9b55de5cab2 100644 (file)
@@ -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);