diff options
author | Gemini Lasswell <gazally@runbox.com> | 2018-08-14 11:08:28 -0700 |
---|---|---|
committer | Gemini Lasswell <gazally@runbox.com> | 2018-09-09 07:41:49 -0700 |
commit | e19ca77534002ae118acb707cf6313df1a908814 (patch) | |
tree | 849b231910bd9cf3e9a0f6462ece0a51fc7cf2d7 /doc/lispref/elisp.texi | |
parent | 3fb8f306475a87a30a7dd68387d8da859cffc90a (diff) | |
download | emacs-e19ca77534002ae118acb707cf6313df1a908814.tar.gz |
Document list-threads and its buffer
* doc/lispref/threads.texi (Threads): Add menu item.
(The Thread List): New node.
* doc/lispref/elisp.texi (Top): Add menu item.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 1d861fbced4..0a445a36bd3 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -1346,6 +1346,7 @@ Threads * Basic Thread Functions:: Basic thread functions. * Mutexes:: Mutexes allow exclusive access to data. * Condition Variables:: Inter-thread events. +* The Thread List:: Show the active threads. Processes |