From 37a9d1e42b568b6a7b528ef40a209ab6658ff358 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Fri, 3 Apr 2020 20:09:02 +0100 Subject: [PATCH] * 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 d29e2f55f1f..3f4dba6b1ff 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)) -- 2.39.5