From bf299b7d2f712cd7311130e0375bcfe523d727c6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 30 Nov 2021 20:16:25 +0200 Subject: [PATCH] ; * src/comp.c (syms_of_comp): Fix first lines of doc strings. --- src/comp.c | 8 ++++---- 1 file 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) { #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, -- 2.39.5