diff options
| author | Tino Calancha | 2016-12-10 23:04:12 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-12-10 23:04:12 +0900 |
| commit | ae31a7fac5c1cb8d5d3cb3238d15a5e3b791fd69 (patch) | |
| tree | 2dd1b0284abcc06c0d80500d6d8e86505ec05130 /doc/lispref/elisp.texi | |
| parent | afd162d0d782a4889e0c99dc3458a66e36da7cd4 (diff) | |
| parent | 828b4560cd4a0d8cb9b7a7a3e20ff0c53ba86cfa (diff) | |
| download | emacs-test-concurrency.tar.gz emacs-test-concurrency.zip | |
Merge with remote reptest-concurrency
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 3 |
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. |