]> git.eshelyaron.com Git - emacs.git/commit
Don't recommend using 'module-load' for loading modules.
authorPhilipp Stephani <phst@google.com>
Thu, 26 Dec 2019 10:08:56 +0000 (11:08 +0100)
committerPhilipp Stephani <phst@google.com>
Thu, 26 Dec 2019 10:08:56 +0000 (11:08 +0100)
commite1ce9f34239f0c0d1940223d135797d98f65672d
tree1d107cd47aa24591a4a9ca8074fdf4bd6801e98a
parent03f962a4863c986adbfc2787ea77c2e76056ed52
Don't recommend using 'module-load' for loading modules.

'module-load' most likely doesn't do what users expect.  Users should
use 'load' and its wrappers, which do the right thing.

* doc/lispref/loading.texi (Dynamic Modules): Document
disadvantages of 'module-load' and recommend normal 'load' and
its wrappers instead.

* doc/lispref/internals.texi (Module Functions): Recommend
'load' over 'module-load'.
doc/lispref/internals.texi
doc/lispref/loading.texi