aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/elisp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r--doc/lispref/elisp.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 415dbe66fac..4a53a0cd364 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -349,6 +349,9 @@ Editing Types
349* Window Configuration Type:: Recording the way a frame is subdivided. 349* Window Configuration Type:: Recording the way a frame is subdivided.
350* Frame Configuration Type:: Recording the status of all frames. 350* Frame Configuration Type:: Recording the status of all frames.
351* Process Type:: A subprocess of Emacs running on the underlying OS. 351* Process Type:: A subprocess of Emacs running on the underlying OS.
352* Thread Type:: A thread of Emacs Lisp execution.
353* Mutex Type:: An exclusive lock for thread synchronization.
354* Condition Variable Type:: Condition variable for thread synchronization.
352* Stream Type:: Receive or send characters. 355* Stream Type:: Receive or send characters.
353* Keymap Type:: What function a keystroke invokes. 356* Keymap Type:: What function a keystroke invokes.
354* Overlay Type:: How an overlay is represented. 357* Overlay Type:: How an overlay is represented.