Index: theme/signup.theme
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/signup/theme/signup.theme,v
retrieving revision 1.17
diff -u -p -r1.17 signup.theme
--- theme/signup.theme	31 Oct 2008 16:45:59 -0000	1.17
+++ theme/signup.theme	31 Oct 2008 23:56:15 -0000
@@ -15,10 +15,12 @@ function theme_signup_user_schedule($nod
 }
 
 /**
- * Returns any site-specific custom fields for the signup user form.
+ * Return the site-specific custom fields for the signup user form.
  *
- * Feel free to alter any elements in this section, remove them, or
- * add any others.
+ * To customize this for your site, copy this entire function into
+ * your theme's template.php file, rename the function to
+ * phptemplate_signup_user_form(), and modify to taste.  Feel free to
+ * alter any elements in this section, remove them, or add any others.
  *
  * WARNING: If your site allows anonymous signups and you alter the
  * 'Name' field in this function, you will probably have to implement a
