assorted guide fixes and additions
diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html
index b7aff6f..48c47f2 100644
--- a/user_guide/helpers/email_helper.html
+++ b/user_guide/helpers/email_helper.html
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

-<title>CodeIgniter User Guide : Download Helper</title>

+<title>CodeIgniter User Guide : Email Helper</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

 <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />

@@ -57,15 +57,14 @@
 <div id="content">

 

 

-<h1>Download Helper</h1>

+<h1>Email Helper</h1>

 

-<p>The Download Helper lets you download data to your desktop.</p>

-

+<p>The Email Helper provides some assitive functions for working with Email. For a more robust email solution, see CodeIgniter's <a href="../libraries/email.html">Email Class</a>.</p>

 

 <h2>Loading this Helper</h2>

 

 <p>This helper is loaded using the following code:</p>

-<code>$this->load->helper(email);</code>

+<p><code>$this->load->helper('email');</code></p>

 

 <p>The following functions are available:</p>