diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm
index a41a63e54ea..c289db3eb18 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm
@@ -28,8 +28,8 @@ The templates that begin with that character appear. Double-click on a template
-
Creating and editing templates
-
Using templates
+
Creating and editing templates
+
Using templates
Importing and exporting templates
diff --git a/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png b/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png
index 7d93c11ae83..809b855635a 100644
Binary files a/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png and b/doc/org.eclipse.cdt.doc.user/images/contentAssist_preferences.png differ
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm
index a2159bcf466..920f0c70018 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm
@@ -37,23 +37,16 @@ commonly-used snippets of code.
To set Content Assist preferences:
- Click Window > Preferences.
- - Expand C/C++, and click C/C++ Editor.
- - Click the Content Assist tab.
+ - Expand C/C++ and Editor.
+ - Select Content Assist.

- - Do the following:
+
- Do the following:
- - To change the scope from which Content Assist retrieves its proposals, select
- either Search current file and included files or Search current project
- by selecting the appropriate the radio button.
- To insert an element when you open Content Assist and it is the only
item in the list, select the Insert single proposals automatically check box.
- - To automatically insert a proposal, if it is the only one found when Content Assist is invoked, select the Enable auto activation checkbox.
+ - To automatically insert a common prefix of all proposals, select the Insert common prefixes automatically checkbox.
- To display proposals in alphabetical order, rather than by relevance, select the Present proposals in alphabetical order checkbox.
- - To change the amount of time Content Assist is permitted to parse proposals enter the value for Content Assist parsing timeout in the text box area.
- - Enable Auto activation of content assist for ".", "->" or "::" triggers by selecting the appropriate checkboxes.
- - To change the delay before Content Assist is automatically invoked for the triggers (shown above), enter the new delay in the Auto activation delay text box area.
- - To change the background color of the Content Assist dialog box, click the color palette button.
- - To change the foreground color of the Content Assist dialog box, click the color palette button.
+ - To change Auto-Activation of content assist for ".", "->" or "::" triggers, select the appropriate checkboxes.
- Click OK.