emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 89a7301: ; * doc/lispref/internals.texi (Writing


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 89a7301: ; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix a typo.
Date: Thu, 11 Oct 2018 14:48:49 -0400 (EDT)

branch: emacs-26
commit 89a73016f71beabbd0617e0963010d5d353e30f1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix a typo.
---
 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 8db8c06..311eb6b 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -1023,7 +1023,7 @@ according to the conventions of the underlying platform.  
Then place
 the shared library in a directory mentioned in @code{load-path}
 (@pxref{Library Search}), where Emacs will find it.
 
-If you wish to verify the conformance of a modue to the Emacs dynamic
+If you wish to verify the conformance of a module to the Emacs dynamic
 module @acronym{API}, invoke Emacs with the @kbd{--module-assertions}
 option.  @xref{Initial Options,,,emacs, The GNU Emacs Manual}.
 



reply via email to

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