diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-09-29 19:58:10 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-09-29 19:58:10 +0000 |
commit | 4a1c172e6972a659c00796ce307c56a2b1bd679a (patch) | |
tree | bbd57fca793d32debd7188d82aabf1c7c96e9f6e | |
parent | 2fd3e6a304da9b3d2db81a1c0a05a455ac498403 (diff) | |
download | guile-4a1c172e6972a659c00796ce307c56a2b1bd679a.tar.gz |
* stp.h (stp_create): Doc fix.
-rw-r--r-- | qt/stp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ extern void stp_init(); extern void stp_start (void); /* Create a thread and make it runable. When the thread starts - running it will call `f' with arguments `p0' and `p1'. */ + running it will call `f' with the argument `p0'. */ extern void stp_create (stp_userf_t *f, void *p0); |