diff --git a/doc/Graph.html b/doc/Graph.html
index be7ae121..c5d6108a 100644
--- a/doc/Graph.html
+++ b/doc/Graph.html
@@ -87,7 +87,8 @@ This describes the ways in which the vertices and edges of the
graph can be visited. The choices are incidence_graph_tag,
adjacency_graph_tag, bidirectional_graph_tag,
vertex_list_graph_tag, edge_list_graph_tag, and
-adjacency_matrix_tag.
+adjacency_matrix_tag. You can also create your own
+tag which should inherit from one or more of the above.
diff --git a/doc/graph_traits.html b/doc/graph_traits.html
index ab3fa12d..cb5bf240 100644
--- a/doc/graph_traits.html
+++ b/doc/graph_traits.html
@@ -200,9 +200,9 @@ The ways in which the vertices in the graph can be traversed.
The traversal category tags are:
incidence_graph_tag, adjacency_graph_tag,
bidirectional_graph_tag, vertex_list_graph_tag,
-edge_list_graph_tag, vertex_and_edge_list_graph_tag,
+edge_list_graph_tag,
adjacency_matrix_tag. You can also create your own
-tag which should inherit from one of the above.
+tag which should inherit from one or more of the above.