From: Eli Zaretskii Date: Tue, 30 Nov 2021 18:16:25 +0000 (+0200) Subject: ; * src/comp.c (syms_of_comp): Fix first lines of doc strings. X-Git-Tag: emacs-29.0.90~3635^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf299b7d2f712cd7311130e0375bcfe523d727c6;p=emacs.git ; * src/comp.c (syms_of_comp): Fix first lines of doc strings. --- 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) { #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,