1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/doc
Philipp Stephani e1ce9f3423 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'.
2019-12-26 11:08:56 +01:00
..
emacs * lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624) 2019-12-22 01:10:56 +02:00
lispintro Spelling fixes 2019-12-09 18:45:18 -08:00
lispref Don't recommend using 'module-load' for loading modules. 2019-12-26 11:08:56 +01:00
man Enable tab-bar-mode from X resources 2019-10-13 23:56:17 +03:00
misc Add item to Frequently Asked Questions of Tramp manual 2019-12-22 13:47:29 +01:00