From 303324a9232dbc89369faceb6b3530740d0fc1bd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 4 Sep 2012 09:37:58 -0600 Subject: [PATCH] link from thread docs to match data --- doc/lispref/threads.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. While global variables are shared among all Emacs Lisp threads, local variables are not---a dynamic @code{let} binding is local. Each -thread also has its own current buffer (@pxref{Current Buffer}). +thread also has its own current buffer (@pxref{Current Buffer}) and +its own match data (@pxref{Match Data}). In the case of lexical bindings (@pxref{Variable Scoping}), a closure is an object like any other in Emacs Lisp, and bindings in a -- 2.39.5