diff options
| author | Tom Tromey | 2012-09-04 09:37:58 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-09-04 09:37:58 -0600 |
| commit | 303324a9232dbc89369faceb6b3530740d0fc1bd (patch) | |
| tree | a0c798fc60fedada62d03b50fc194f502d5199b8 /doc | |
| parent | 587dd92ea0814eafe4064be69d6d9e0fa8dbac1b (diff) | |
| download | emacs-303324a9232dbc89369faceb6b3530740d0fc1bd.tar.gz emacs-303324a9232dbc89369faceb6b3530740d0fc1bd.zip | |
link from thread docs to match data
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/threads.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/threads.texi b/doc/lispref/threads.texi index 5c4c62f2c06..d7e4b0ab2ae 100644 --- a/doc/lispref/threads.texi +++ b/doc/lispref/threads.texi | |||
| @@ -28,7 +28,8 @@ thread synchronization. | |||
| 28 | 28 | ||
| 29 | While global variables are shared among all Emacs Lisp threads, | 29 | While global variables are shared among all Emacs Lisp threads, |
| 30 | local variables are not---a dynamic @code{let} binding is local. Each | 30 | local variables are not---a dynamic @code{let} binding is local. Each |
| 31 | thread also has its own current buffer (@pxref{Current Buffer}). | 31 | thread also has its own current buffer (@pxref{Current Buffer}) and |
| 32 | its own match data (@pxref{Match Data}). | ||
| 32 | 33 | ||
| 33 | In the case of lexical bindings (@pxref{Variable Scoping}), a | 34 | In the case of lexical bindings (@pxref{Variable Scoping}), a |
| 34 | closure is an object like any other in Emacs Lisp, and bindings in a | 35 | closure is an object like any other in Emacs Lisp, and bindings in a |