diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-12-05 13:51:09 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-12-05 13:51:09 +0200 |
commit | 52781882859ded459b97bcc83c8548d8cb67a30f (patch) | |
tree | d02f7cbf909d9cfcea94a8a423a1eede75d588db /doc/lispref/elisp.texi | |
parent | 8ebd0a08f3392e687c12a4491462c1d8caf16e76 (diff) | |
download | emacs-52781882859ded459b97bcc83c8548d8cb67a30f.tar.gz |
Initial documentation of dynamic modules
* doc/lispref/loading.texi (Dynamic Modules): New section with
initial documentation for dynamic modules.
* doc/lispref/elisp.texi (Top): Add "Dynamic Modules" to the
detailed menu
* etc/NEWS: Fix typos in dynamic modules' entry.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 2d3548f65ba..dedb0a5e40e 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -602,6 +602,7 @@ Loading * Unloading:: How to unload a library that was loaded. * Hooks for Loading:: Providing code to be run when particular libraries are loaded. +* Dynamic Modules:: Modules provide additional Lisp primitives. Byte Compilation |