diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm
index bf60f56953c..2386d080d0c 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm
@@ -29,18 +29,13 @@ see Selecting referenced projects.
Project types
-
You can create a standard make C or C++ project or a managed make C or C++
-project.
+
You can create a C or C++ project.
-
Standard make C or C++ project
+
To build your project, you can either create your own makefile,
+or let CDT generate the makefiles for you automatically.
-
You need to create a makefile in order to build your project or use an
-existing makefile.
-
-
Managed make C or C++ project
-
-
A managed make project generates the makefiles for you automatically.
-These files are required for your managed make projects to build successfully.
+
You can toggle these modes (generate makefiles or not)
+at any time for existing project. Use properties.
Project conversion
diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_open_element.png b/doc/org.eclipse.cdt.doc.user/images/cdt_open_element.png
new file mode 100644
index 00000000000..4f6307c519a
Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_open_element.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_open_type.png b/doc/org.eclipse.cdt.doc.user/images/cdt_open_type.png
deleted file mode 100644
index 2055487d535..00000000000
Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_open_type.png and /dev/null differ
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_type.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm
similarity index 57%
rename from doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_type.htm
rename to doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm
index ac83f0648fc..544bd69ec06 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_type.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm
@@ -4,16 +4,16 @@
- C/C++ Open Type
+ C/C++ Open Element
-
C/C++ Open Type
+
C/C++ Open Element
-
Use Open Type to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations and namespaces.
+
Use Open Element to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations and namespaces.