From d0a86ba4c62607a2051729a81844adabb2760b25 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 22 Dec 2016 19:46:46 -0600 Subject: [PATCH] actors: Add docstring to hive-create-actor*. * 8sync/actors.scm (hive-create-actor*): Added docstring. --- 8sync/actors.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/8sync/actors.scm b/8sync/actors.scm index 867e3d0..9b079b8 100644 --- a/8sync/actors.scm +++ b/8sync/actors.scm @@ -632,6 +632,7 @@ that method for documentation." init #f)) (define* (hive-create-actor* hive actor-class id-cookie #:rest init) + "Create an actor, but also add a 'cookie' to the name for debugging" (%hive-create-actor hive actor-class init id-cookie)) -- 2.31.1