]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/comp.c (syms_of_comp): Fix first lines of doc strings.
authorEli Zaretskii <eliz@gnu.org>
Tue, 30 Nov 2021 18:16:25 +0000 (20:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 30 Nov 2021 18:16:25 +0000 (20:16 +0200)
src/comp.c

index ab7006cca6446f867ac3a2f2457fc8205f057d14..486b35f6814930e3f08742e376a0dabc3f9972b7 100644 (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,