summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-06-06 07:52:01 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2021-06-06 07:52:01 +0100
commit37f44579946380ec13f7929360f8f552334362d4 (patch)
tree29d77a338e45dd61dc9f00d3c1c156ebefdabd26
parentf7d4bbceee8c3c29e2ef0bfacf9ff24fb020d3ee (diff)
downloademacs-37f44579946380ec13f7929360f8f552334362d4.tar.gz
; Fix typo in dynamic module functions docs.
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index afd6c4c8d9f..2d0327ca570 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -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}.