diff options
| author | Eli Zaretskii | 2021-11-30 20:16:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-30 20:16:25 +0200 |
| commit | bf299b7d2f712cd7311130e0375bcfe523d727c6 (patch) | |
| tree | d95523cffb2704e9c0915c544aa1bdb4646c95bf /src/comp.c | |
| parent | 3747c59cac0af4b467d5af989280724c61f97cb0 (diff) | |
| download | emacs-bf299b7d2f712cd7311130e0375bcfe523d727c6.tar.gz emacs-bf299b7d2f712cd7311130e0375bcfe523d727c6.zip | |
; * src/comp.c (syms_of_comp): Fix first lines of doc strings.
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/comp.c b/src/comp.c index ab7006cca64..486b35f6814 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -5311,12 +5311,12 @@ syms_of_comp (void) | |||
| 5311 | { | 5311 | { |
| 5312 | #ifdef HAVE_NATIVE_COMP | 5312 | #ifdef HAVE_NATIVE_COMP |
| 5313 | DEFVAR_LISP ("comp--delayed-sources", Vcomp__delayed_sources, | 5313 | DEFVAR_LISP ("comp--delayed-sources", Vcomp__delayed_sources, |
| 5314 | doc: /* List of sources to be native compiled when | 5314 | doc: /* List of sources to be native-compiled when startup is finished. |
| 5315 | startup is finished. For internal use. */); | 5315 | For internal use. */); |
| 5316 | DEFVAR_BOOL ("comp--loadable", | 5316 | DEFVAR_BOOL ("comp--loadable", |
| 5317 | comp__loadable, | 5317 | comp__loadable, |
| 5318 | doc: /* Non-nil when comp.el can be loaded. For | 5318 | doc: /* Non-nil when comp.el can be loaded. |
| 5319 | internal use. */); | 5319 | For internal use. */); |
| 5320 | /* Compiler control customizes. */ | 5320 | /* Compiler control customizes. */ |
| 5321 | DEFVAR_BOOL ("native-comp-deferred-compilation", | 5321 | DEFVAR_BOOL ("native-comp-deferred-compilation", |
| 5322 | native_comp_deferred_compilation, | 5322 | native_comp_deferred_compilation, |