--- taxonomy_super_select.module.orig	2007-02-19 17:05:42.000000000 -0800
+++ taxonomy_super_select.module	2007-09-06 15:54:07.000000000 -0700
@@ -67,6 +67,14 @@ function taxonomy_super_select_form_alte
           $tags[$vid]['#parents'] = array('taxonomy', 'tags', $vid);
           $tags[$vid]['#weight'] = -12;
           $tags[$vid]['#title'] = t('Enter New Tags');
+		  //jen changed to include help
+			if ($vocabulary->help) {
+			  $help = $vocabulary->help;
+			}
+			else {
+			  $help = t('A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".');
+			}
+		  $tags[$vid]['#description'] = $help;
           unset($form['taxonomy']['tags'][$vid]);
         }
         else{
