]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in dynamic module functions docs.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 6 Jun 2021 06:52:01 +0000 (07:52 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 6 Jun 2021 06:52:01 +0000 (07:52 +0100)
doc/lispref/internals.texi

index afd6c4c8d9f1bb239d2b2a24258d992286bd2118..2d0327ca5701ecc287bfcb9f8db99a90e155b25e 100644 (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
 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
-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
 Collection}.  They may only interact with Emacs from Lisp interpreter
 threads (including the main thread) created by Emacs; @pxref{Threads}.