emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 37a9d1e 1/9: * lisp/emacs-lisp/comp.el (native-compi


From: Andrea Corallo
Subject: feature/native-comp 37a9d1e 1/9: * lisp/emacs-lisp/comp.el (native-compile): Better documentation.
Date: Sun, 5 Apr 2020 17:25:06 -0400 (EDT)

branch: feature/native-comp
commit 37a9d1e42b568b6a7b528ef40a209ab6658ff358
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * lisp/emacs-lisp/comp.el (native-compile): Better documentation.
---
 lisp/emacs-lisp/comp.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index d29e2f5..3f4dba6 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2229,6 +2229,8 @@ display a message."
   "Compile FUNCTION-OR-FILE into native code.
 This is the entry-point for the Emacs Lisp native compiler.
 FUNCTION-OR-FILE is a function symbol or a path to an Elisp file.
+When WITH-LATE-LOAD non Nil mark the compilation unit for late load
+once finished compiling (internal use only).
 Return the compilation unit file name."
   (unless (or (functionp function-or-file)
               (stringp function-or-file))



reply via email to

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