From: Andrea Corallo Date: Fri, 3 Apr 2020 19:09:02 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (native-compile): Better documentation. X-Git-Tag: emacs-28.0.90~2727^2~729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37a9d1e42b568b6a7b528ef40a209ab6658ff358;p=emacs.git * lisp/emacs-lisp/comp.el (native-compile): Better documentation. --- 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))