projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a108eaa
)
; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 Oct 2018 18:48:10 +0000
(21:48 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 Oct 2018 18:48:10 +0000
(21:48 +0300)
doc/lispref/internals.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/internals.texi
b/doc/lispref/internals.texi
index 8db8c06161bd54e7e105e8249d96a952b444bce2..311eb6b26201414abf288b85c20780954f4edf54 100644
(file)
--- 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 modu
l
e to the Emacs dynamic
module @acronym{API}, invoke Emacs with the @kbd{--module-assertions}
option. @xref{Initial Options,,,emacs, The GNU Emacs Manual}.