emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 9e16c6a: ; * src/comp.c (syms_of_comp) <comp-no-native-file-h>:


From: Eli Zaretskii
Subject: emacs-28 9e16c6a: ; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.
Date: Tue, 30 Nov 2021 13:24:19 -0500 (EST)

branch: emacs-28
commit 9e16c6a96d6c5bbe97d6a90897e0322e3322e20e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.
---
 src/comp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/comp.c b/src/comp.c
index bc1adcf..1381d98 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);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]