summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-10-11 21:48:10 +0300
committerEli Zaretskii <eliz@gnu.org>2018-10-11 21:48:10 +0300
commit89a73016f71beabbd0617e0963010d5d353e30f1 (patch)
tree2e4498ea092b86ddd2a34ddf7f9cc498006519de
parenta108eaa13c8f2af4d7de9fc788d1b780a5571cd6 (diff)
downloademacs-89a73016f71beabbd0617e0963010d5d353e30f1.tar.gz
; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix a typo.
-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 8db8c06161b..311eb6b2620 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}.