diff options
| author | Eli Zaretskii | 2021-11-30 20:23:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-30 20:23:47 +0200 |
| commit | 9e16c6a96d6c5bbe97d6a90897e0322e3322e20e (patch) | |
| tree | b86762d42e78bdd8e142927494cc4cdf389eefe1 /src | |
| parent | 9aa8fd6e62c7621c0e722f874a02007debed91b0 (diff) | |
| download | emacs-9e16c6a96d6c5bbe97d6a90897e0322e3322e20e.tar.gz emacs-9e16c6a96d6c5bbe97d6a90897e0322e3322e20e.zip | |
; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 6 |
1 files changed, 3 insertions, 3 deletions
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. */); | |||
| 5525 | Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table); | 5525 | Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table); |
| 5526 | 5526 | ||
| 5527 | DEFVAR_LISP ("comp-no-native-file-h", V_comp_no_native_file_h, | 5527 | DEFVAR_LISP ("comp-no-native-file-h", V_comp_no_native_file_h, |
| 5528 | doc: /* Files for which no deferred compilation has to | 5528 | doc: /* Files for which no deferred compilation has to be performed. |
| 5529 | be performed because the bytecode version was explicitly requested by | 5529 | These files' compilation should not be deferred because the bytecode |
| 5530 | the user during load. | 5530 | version was explicitly requested by the user during load. |
| 5531 | For internal use. */); | 5531 | For internal use. */); |
| 5532 | V_comp_no_native_file_h = CALLN (Fmake_hash_table, QCtest, Qequal); | 5532 | V_comp_no_native_file_h = CALLN (Fmake_hash_table, QCtest, Qequal); |
| 5533 | 5533 | ||