* lisp/emacs-lisp/comp.el (native-compile): Better documentation.
This commit is contained in:
parent
fcce8dd361
commit
37a9d1e42b
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue