1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

; * src/comp.c (Fnative_elisp_load): Fix typo in docstring

This commit is contained in:
Juanma Barranquero 2022-11-17 03:15:15 +01:00
parent 17075a975f
commit 999027888c

View File

@ -5609,7 +5609,7 @@ file_in_eln_sys_dir (Lisp_Object filename)
/* Load related routines. */
DEFUN ("native-elisp-load", Fnative_elisp_load, Snative_elisp_load, 1, 2, 0,
doc: /* Load native elisp code FILENAME.
LATE_LOAD has to be non-nil when loading for deferred compilation. */)
LATE-LOAD has to be non-nil when loading for deferred compilation. */)
(Lisp_Object filename, Lisp_Object late_load)
{
CHECK_STRING (filename);