diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index a58eeee45..99076ad15 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -12,6 +12,9 @@ entities = config-background.xml \
config-mouse.xml \
config-screensaver.xml \
config-sound.xml \
- config-themes.xml
+ config-themes.xml \
+ config-file-type.xml \
+ config-accessibility-keyboard.xml
+
include $(top_srcdir)/help/xmldocs.make
dist-hook: app-dist-hook
diff --git a/help/C/config-accessibility-keyboard.xml b/help/C/config-accessibility-keyboard.xml
new file mode 100644
index 000000000..ea4f94092
--- /dev/null
+++ b/help/C/config-accessibility-keyboard.xml
@@ -0,0 +1,3 @@
+
+ Keyboard Accessibility (AccessX)
+
diff --git a/help/C/config-file-type.xml b/help/C/config-file-type.xml
new file mode 100644
index 000000000..b0f3fde3d
--- /dev/null
+++ b/help/C/config-file-type.xml
@@ -0,0 +1,3 @@
+
+ File Types & Services
+
diff --git a/help/C/control-center.xml b/help/C/control-center.xml
index d24dbdcb4..18b9a5e19 100644
--- a/help/C/control-center.xml
+++ b/help/C/control-center.xml
@@ -9,11 +9,13 @@
+
+
]>
@@ -172,6 +174,14 @@
+
+
+
+
+ Configures file types and services.
+
+
+
@@ -368,6 +378,25 @@
+
+ The Accessibility Section
+
+ The accessibility section is included in the GNOME
+ Control Center package. It helps to configure
+ various assistive technologies.
+
+
+
+
+
+ Adjusts extended keyboard capabilities to facilate use by those
+ with additional needs.
+
+
+
+
+
+
&CONFIG-DEFAULT-APPS;
&CONFIG-HINTS;
&CONFIG-HTML;
@@ -375,9 +404,11 @@
&CONFIG-MOUSE;
&CONFIG-SOUND;
&CONFIG-SCREENSAVER;
+&CONFIG-FILE-TYPE;
&CONFIG-BEHAVIOR;
&CONFIG-CD;
&CONFIG-BACKGROUND;
&CONFIG-KEYBINDINGS;
&CONFIG-THEME;
+&CONFIG-ACCESSIBILITY-KEYBOARD;
diff --git a/help/ChangeLog b/help/ChangeLog
index 526487070..e664da011 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-23 Jody Goldberg
+
+ * C/control-center.xml : link in the place holders and add an
+ accessibilty section to mirror the ui.
+
+ * C/config-file-type.xml : Add place holder.
+ * C/config-accessibility-keyboard.xml : ditto.
+
2002-04-05 Kevin Breit
* C/config-themes.xml: Fixed a typo that caused breakage.