1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* scheme-scheduling.texi (Low level thread primitives): Fixed typo

in broadcast-condition-variable.
This commit is contained in:
Mikael Djurfeldt 2003-01-02 16:18:37 +00:00
parent dbe3008402
commit 1767a0e0e9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* scheme-scheduling.texi (Low level thread primitives): Fixed typo
in broadcast-condition-variable.
2002-12-08 Rob Browning <rlb@defaultvalue.org>
* scheme-options.texi (Build Config): add effective-version docs.

View file

@ -388,7 +388,7 @@ Wake up one thread that is waiting for @var{cv}.
@end deffn
@c begin (texi-doc-string "guile" "broadcast-condition-variable")
@deffn {Scheme Procedure} signal-condition-variable cond-var
@deffn {Scheme Procedure} broadcast-condition-variable cond-var
Wake up all threads that are waiting for @var{cv}.
@end deffn