diff options
| author | Eli Zaretskii | 2016-01-16 17:30:11 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 17:30:11 +0200 |
| commit | bd0c23ce0909aec40d17293ba50854d10dd36f31 (patch) | |
| tree | 23e6cd6cbc9735fe3f0a0eaa022963b24592cf55 /etc | |
| parent | e4c431cde35a345690905550eb3714dfa4ff9d30 (diff) | |
| download | emacs-bd0c23ce0909aec40d17293ba50854d10dd36f31.tar.gz emacs-bd0c23ce0909aec40d17293ba50854d10dd36f31.zip | |
Improve documentation of dynamic modules
* doc/lispref/loading.texi (How Programs Do Loading): Update the
description of searching for files in 'load' when Emacs was built
with support for dynamic modules.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -120,6 +120,7 @@ and can contain escape sequences for command keys, quotes, and the like. | |||
| 120 | 120 | ||
| 121 | * Changes in Emacs 25.1 | 121 | * Changes in Emacs 25.1 |
| 122 | 122 | ||
| 123 | +++ | ||
| 123 | ** Emacs can now load shared/dynamic libraries (modules). | 124 | ** Emacs can now load shared/dynamic libraries (modules). |
| 124 | A dynamic Emacs module is a shared library that provides additional | 125 | A dynamic Emacs module is a shared library that provides additional |
| 125 | functionality for use in Emacs Lisp programs, just like a package | 126 | functionality for use in Emacs Lisp programs, just like a package |