emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 37f4457: ; Fix typo in dynamic module functions docs.


From: Basil L. Contovounesios
Subject: emacs-27 37f4457: ; Fix typo in dynamic module functions docs.
Date: Sun, 6 Jun 2021 02:53:45 -0400 (EDT)

branch: emacs-27
commit 37f44579946380ec13f7929360f8f552334362d4
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix typo in dynamic module functions docs.
---
 doc/lispref/internals.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index afd6c4c..2d0327c 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}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]