guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc scheme-scheduling.texi


From: Thien-Thi Nguyen
Subject: guile/guile-core/doc scheme-scheduling.texi
Date: Fri, 06 Apr 2001 03:00:35 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/04/06 03:00:35

Modified files:
        guile-core/doc : scheme-scheduling.texi 

Log message:
        (Higher level thread procedures): Replace some
        instances of address@hidden' with address@hidden'.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/doc/scheme-scheduling.texi.diff?r1=1.3&r2=1.4

Patches:
Index: guile/guile-core/doc/scheme-scheduling.texi
diff -u guile/guile-core/doc/scheme-scheduling.texi:1.3 
guile/guile-core/doc/scheme-scheduling.texi:1.4
--- guile/guile-core/doc/scheme-scheduling.texi:1.3     Fri Apr  6 02:52:45 2001
+++ guile/guile-core/doc/scheme-scheduling.texi Fri Apr  6 03:00:35 2001
@@ -309,29 +309,29 @@
 @end deffn
 
 @c docstring begin (texi-doc-string "guile" "make-thread")
address@hidden macro make-thread fn address@hidden
-Apply @var{fn} to @var{args} in a new thread formed by
address@hidden using @var{%thread-handler} as the error
address@hidden macro make-thread proc address@hidden
+Apply @var{proc} to @var{args} in a new thread formed by
address@hidden using @code{%thread-handler} as the error
 handler.
 @end deffn
 
 @c docstring begin (texi-doc-string "guile" "begin-thread")
 @deffn macro begin-thread first address@hidden
 Evaluate forms @var{first} and @var{rest} in a new thread formed by
address@hidden using @var{%thread-handler} as the error
address@hidden using @code{%thread-handler} as the error
 handler.
 @end deffn
 
 @c docstring begin (texi-doc-string "guile" "with-mutex")
 @deffn macro with-mutex m address@hidden
 Lock mutex @var{m}, evaluate @var{body}, and then unlock @var{m}.
-These sub-operations form the branches of a @var{dynamic-wind}.
+These sub-operations form the branches of a @code{dynamic-wind}.
 @end deffn
 
 @c docstring begin (texi-doc-string "guile" "monitor")
 @deffn macro monitor first address@hidden
 Evaluate forms @var{first} and @var{rest} under a newly created
-anonymous mutex, using @var{with-mutex}.
+anonymous mutex, using @code{with-mutex}.
 
 [FIXME: Is there any way to access the mutex?]
 @end deffn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]