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:
parent
3747c59cac
commit
bf299b7d2f
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue