1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

; * src/comp.c (syms_of_comp): Fix first lines of doc strings.

This commit is contained in:
Eli Zaretskii 2021-11-30 20:16:25 +02:00
parent 3747c59cac
commit bf299b7d2f

View file

@ -5311,12 +5311,12 @@ syms_of_comp (void)
{
#ifdef HAVE_NATIVE_COMP
DEFVAR_LISP ("comp--delayed-sources", Vcomp__delayed_sources,
doc: /* List of sources to be native compiled when
startup is finished. For internal use. */);
doc: /* List of sources to be native-compiled when startup is finished.
For internal use. */);
DEFVAR_BOOL ("comp--loadable",
comp__loadable,
doc: /* Non-nil when comp.el can be loaded. For
internal use. */);
doc: /* Non-nil when comp.el can be loaded.
For internal use. */);
/* Compiler control customizes. */
DEFVAR_BOOL ("native-comp-deferred-compilation",
native_comp_deferred_compilation,