]> git.eshelyaron.com Git - emacs.git/commitdiff
link from thread docs to match data
authorTom Tromey <tromey@redhat.com>
Tue, 4 Sep 2012 15:37:58 +0000 (09:37 -0600)
committerTom Tromey <tromey@redhat.com>
Tue, 4 Sep 2012 15:37:58 +0000 (09:37 -0600)
doc/lispref/threads.texi

index 5c4c62f2c06a2a4ef8d145a7ff2a9d1cfae28c7b..d7e4b0ab2ae6d5dd9926fed004ff8b2cfca073f4 100644 (file)
@@ -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