]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (native-compile): Better documentation.
authorAndrea Corallo <akrl@sdf.org>
Fri, 3 Apr 2020 19:09:02 +0000 (20:09 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 5 Apr 2020 20:10:49 +0000 (21:10 +0100)
lisp/emacs-lisp/comp.el

index d29e2f55f1f577c32cadb4e3878758d531778053..3f4dba6b1ff7b4a3c156cc430a52d84717ddd144 100644 (file)
@@ -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))