summaryrefslogtreecommitdiff
path: root/doc/lispref/elisp.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-10-12 10:31:22 -0700
committerGlenn Morris <rgm@gnu.org>2018-10-12 10:31:22 -0700
commit6cf4dfe472650b3396d2f2592726621a43896de3 (patch)
treeb82eb4cee02005ab4ea5ec9c9e88f73fb5c79e81 /doc/lispref/elisp.texi
parentc3856d46f53a1081085a97d0e514efe29e8529d7 (diff)
parent643df633ea8afafce661a20b54676691f59a68ce (diff)
downloademacs-6cf4dfe472650b3396d2f2592726621a43896de3.tar.gz
Merge from origin/emacs-26
643df63 (origin/emacs-26) Avoid byte-compiler warning in em-rebind.el d0eca49 ; * doc/emacs/mark.texi (Disabled Transient Mark): Fix last c... af80b10 Improve indexing of 'C-SPC C-SPC' 89a7301 ; * doc/lispref/internals.texi (Writing Dynamic Modules): Fix... a108eaa Fix bug with precious entries in Gnus registry ce8b458 Document in the ELisp manual how to write loadable modules a7ebc6b dired-do-shell-command: Notify users after abort the command # Conflicts: # lisp/registry.el
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r--doc/lispref/elisp.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index a615fcb4b7c..0b846291a07 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -1590,9 +1590,18 @@ GNU Emacs Internals
* Memory Usage:: Info about total size of Lisp objects made so far.
* C Dialect:: What C variant Emacs is written in.
* Writing Emacs Primitives:: Writing C code for Emacs.
+* Writing Dynamic Modules:: Writing loadable modules for Emacs.
* Object Internals:: Data formats of buffers, windows, processes.
* C Integer Types:: How C integer types are used inside Emacs.
+Writing Dynamic Modules
+
+* Module Initialization::
+* Module Functions::
+* Module Values::
+* Module Misc::
+* Module Nonlocal::
+
Object Internals
* Buffer Internals:: Components of a buffer structure.