; Fix typo in dynamic module functions docs.

This commit is contained in:
Basil L. Contovounesios 2021-06-06 07:52:01 +01:00
parent f7d4bbceee
commit 37f4457994

View file

@ -1411,7 +1411,7 @@ other words, if a module function wants to call Lisp functions or
Emacs primitives, convert @code{emacs_value} objects to and from C Emacs primitives, convert @code{emacs_value} objects to and from C
datatypes (@pxref{Module Values}), or interact with Emacs in any other datatypes (@pxref{Module Values}), or interact with Emacs in any other
way, some call from Emacs to @code{emacs_module_init} or to a module way, some call from Emacs to @code{emacs_module_init} or to a module
function must be in the call stack. Module function may not interact function must be in the call stack. Module functions may not interact
with Emacs while garbage collection is running; @pxref{Garbage with Emacs while garbage collection is running; @pxref{Garbage
Collection}. They may only interact with Emacs from Lisp interpreter Collection}. They may only interact with Emacs from Lisp interpreter
threads (including the main thread) created by Emacs; @pxref{Threads}. threads (including the main thread) created by Emacs; @pxref{Threads}.