* lisp/emacs-lisp/comp.el (native-compile): Better documentation.

This commit is contained in:
Andrea Corallo 2020-04-03 20:09:02 +01:00
parent fcce8dd361
commit 37a9d1e42b

View 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))