mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 01:36:36 -04:00
; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix a typo.
This commit is contained in:
parent
a108eaa13c
commit
89a73016f7
|
|
@ -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}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue