diff --git a/thread.c b/thread.c
index 962a054157..5abe58f549 100644
--- a/thread.c
+++ b/thread.c
@@ -1393,7 +1393,9 @@ rb_thread_fd_close(int fd)
/*
* call-seq:
- * thr.raise(exception)
+ * thr.raise
+ * thr.raise(string)
+ * thr.raise(exception [, string [, array]])
*
* Raises an exception (see Kernel::raise
) from thr. The
* caller does not have to be thr.