emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eli Zaretskii
Subject: master bf299b7: ; * src/comp.c (syms_of_comp): Fix first lines of doc strings.
Date: Tue, 30 Nov 2021 13:16:44 -0500 (EST)

branch: master
commit bf299b7d2f712cd7311130e0375bcfe523d727c6
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 ab7006c..486b35f 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]