some documentation improvements, jinja escapes " and ' now, both into charpoints and no named entities for html 3.2 support ;-)

--HG--
branch : trunk
diff --git a/docs/api.rst b/docs/api.rst
index fa601dd..0b33a43 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -124,7 +124,7 @@
 -----------
 
 .. autoclass:: jinja2.runtime.Context
-    :members: super, get, get_exported, get_all
+    :members: resolve, get_exported, get_all
 
     .. attribute:: parent