[gedit] Standardized some formatting across all files



commit 4a957e5899ece39f82f406b9cd9f6426d35d7f72
Author: Daniel Neel <dneelyep gmail com>
Date:   Fri Dec 17 22:00:42 2010 -0500

    Standardized some formatting across all files
    
    Standardized all pages to use the following format:
    <page>
    
      <info>
      </info>
    
      ..content...
    
    </page>
    
    Also fixed cases of incorrect nesting, IE:
    <tag1>
    <tag2>
      <tag3>
      </tag3>
    </tag2>
    </tag1>

 help/C/gedit-change-color-scheme.page  |   44 ++--
 help/C/gedit-edit-as-root.page         |   18 +-
 help/C/gedit-open-on-server.page       |   18 +-
 help/C/gedit-open-recent.page          |   19 +-
 help/C/gedit-plugin-guide.page         |   24 +-
 help/C/gedit-plugins-bracket-comp.page |   18 +-
 help/C/gedit-plugins-install.page      |    2 +
 help/C/gedit-plugins-pyconsole.page    |   18 +-
 help/C/gedit-plugins-terminal.page     |   20 +-
 help/C/gedit-printing.page             |   19 +-
 help/C/gedit-replace.page              |   11 +-
 help/C/gedit-search-find.page          |   57 ++--
 help/C/gedit-shortcut-keys.page        |  467 ++++++++++++++++----------------
 help/C/gedit-spellcheck.page           |    3 +-
 help/C/gedit-tabs.page                 |  124 +++++----
 help/C/gedit-undo-recent-action.page   |   34 ++--
 help/C/index.page                      |    3 +-
 17 files changed, 455 insertions(+), 444 deletions(-)
---
diff --git a/help/C/gedit-change-color-scheme.page b/help/C/gedit-change-color-scheme.page
index feaf379..d92ab98 100644
--- a/help/C/gedit-change-color-scheme.page
+++ b/help/C/gedit-change-color-scheme.page
@@ -2,32 +2,32 @@
       type="guide"
       id="gedit-change-color-scheme">
 
-<info>
-  <link type="guide" xref="index#configure-gedit"/>
-  <revision pkgversion="3.0" version="0.5" date="2010-09-18" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="index#configure-gedit"/>
+    <revision pkgversion="3.0" version="0.5" date="2010-09-18" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>Change the Color Scheme</title>
+  <title>Change the Color Scheme</title>
 
-<p>gedit includes several different color schemes, allowing you to change the appearance of the main text-editor area. </p>
+  <p>gedit includes several different color schemes, allowing you to change the appearance of the main text-editor area. </p>
 
-<p>To change the color scheme, complete the following steps:</p>
-<steps>
-  <item><p>Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</gui></guiseq>.</p></item>
-  <item><p>Choose your desired color scheme.</p></item>
-</steps>
+  <p>To change the color scheme, complete the following steps:</p>
+  <steps>
+    <item><p>Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Font &amp; Colors</gui></guiseq>.</p></item>
+    <item><p>Choose your desired color scheme.</p></item>
+  </steps>
 
-<p>The new color scheme will be applied immediately.</p>
+  <p>The new color scheme will be applied immediately.</p>
 
-<section id="custom-color-scheme">
-  <title>Use a Custom Color Scheme</title>
-<!-- I'm not sure if I should link to the wiki for this chunk of help, or if I should describe it here.  I'm linking to the wiki for now because the wiki page includes downloads and screenshots. I'm open to including the help here, though. -->
-  <p>You can also use color schemes that have been created by others, or create and use your own color schemes.</p> 
-  <p>Instructions on how to install custom color schemes, as well as example color schemes that you can download, are available on the <link href="http://live.gnome.org/GtkSourceView/StyleSchemes";>gedit wiki</link>.</p>
-</section>
+  <section id="custom-color-scheme">
+    <title>Use a Custom Color Scheme</title>
+  <!-- I'm not sure if I should link to the wiki for this chunk of help, or if I should describe it here.  I'm linking to the wiki for now because the wiki page includes downloads and screenshots. I'm open to including the help here, though. -->
+    <p>You can also use color schemes that have been created by others, or create and use your own color schemes.</p> 
+    <p>Instructions on how to install custom color schemes, as well as example color schemes that you can download, are available on the <link href="http://live.gnome.org/GtkSourceView/StyleSchemes";>gedit wiki</link>.</p>
+  </section>
 
 </page>
diff --git a/help/C/gedit-edit-as-root.page b/help/C/gedit-edit-as-root.page
index ba6a112..ea87e4b 100644
--- a/help/C/gedit-edit-as-root.page
+++ b/help/C/gedit-edit-as-root.page
@@ -2,15 +2,15 @@
       type="topic" style="task"
       id="gedit-edit-as-root">
 
-<info>
-  <link type="guide" xref="index#gedit-working-with-files"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>*Edit a file as root (administative) user</title>
+  <title>*Edit a file as root (administative) user</title>
 
 </page>
diff --git a/help/C/gedit-open-on-server.page b/help/C/gedit-open-on-server.page
index 94ef54b..7645c31 100644
--- a/help/C/gedit-open-on-server.page
+++ b/help/C/gedit-open-on-server.page
@@ -2,15 +2,15 @@
       type="topic" style="task"
       id="gedit-open-on-server">
 
-<info>
-  <link type="guide" xref="index#gedit-working-with-files"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>*Open a file that is located on a server</title>
+  <title>*Open a file that is located on a server</title>
 
 </page>
diff --git a/help/C/gedit-open-recent.page b/help/C/gedit-open-recent.page
index 1a93e30..2899886 100644
--- a/help/C/gedit-open-recent.page
+++ b/help/C/gedit-open-recent.page
@@ -2,16 +2,16 @@
       type="topic" style="task"
       id="gedit-reopen-recent">
 
-<info>
-  <link type="guide" xref="index#gedit-working-with-files"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>Re-open a recently-used file</title>
+  <title>Re-open a recently-used file</title>
 
   <p>By default, <app>gedit</app> provides easy access to five of your most recently-used files. To open a recently-used file, complete the following steps.</p>
   <steps>
@@ -27,4 +27,5 @@
       <item><p>Double-click on the number next to <gui>max_recents</gui> and change the number to your desired value.</p></item>
     </list>
   </note>
+
 </page>
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page
index b4efe42..25770e4 100644
--- a/help/C/gedit-plugin-guide.page
+++ b/help/C/gedit-plugin-guide.page
@@ -2,19 +2,19 @@
       type="guide" style="guide"
       id="gedit-plugin-guide">
 
-<info>
-  <link type="guide" xref="index#gedit-plugins"/>
-  <desc>Do more with gedit by using gedit plugins.</desc>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="index#gedit-plugins"/>
+    <desc>Do more with gedit by using gedit plugins.</desc>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>Configure and use gedit Plugins</title>
-<p>You can expand <app>gedit's</app> functionality, and do more with <app>gedit</app>, by using plugins. Several plugins are installed by default, but a large number of others are available separately.</p> 
-<p>Many Linux distributions make a group of these plugins available as a <app>gedit-plugins</app> package.  Install the <app>gedit-plugins</app> package to make these plugins available to <app>gedit</app>.</p>
+  <title>Configure and use gedit Plugins</title>
+  <p>You can expand <app>gedit's</app> functionality, and do more with <app>gedit</app>, by using plugins. Several plugins are installed by default, but a large number of others are available separately.</p> 
+  <p>Many Linux distributions make a group of these plugins available as a <app>gedit-plugins</app> package.  Install the <app>gedit-plugins</app> package to make these plugins available to <app>gedit</app>.</p>
 
   <section id="gedit-default-plugins">
 	<title>Default gedit Plugins</title>
diff --git a/help/C/gedit-plugins-bracket-comp.page b/help/C/gedit-plugins-bracket-comp.page
index 97677e1..8e56047 100644
--- a/help/C/gedit-plugins-bracket-comp.page
+++ b/help/C/gedit-plugins-bracket-comp.page
@@ -2,15 +2,15 @@
       type="topic" style="task"
       id="gedit-plugins-bracket-comp">
 
-<info>
-  <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>*Auto-complete Closing Brackets</title>
+  <title>*Auto-complete Closing Brackets</title>
 
 </page>
diff --git a/help/C/gedit-plugins-install.page b/help/C/gedit-plugins-install.page
index d97dbba..b42cea3 100644
--- a/help/C/gedit-plugins-install.page
+++ b/help/C/gedit-plugins-install.page
@@ -45,9 +45,11 @@
       </item>
     </steps>
     <p>After you have moved the plugin files into the correct directory, the plugin will appear in the Preferences menu (<guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui></guiseq>). From there, the plugin needs to be enabled to be used.</p>
+
     <note style="tip">
       <p>You will need to have hidden files displayed to view the <file>/.gnome</file> directory. To display hidden files, click <guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key></keyseq>.</p>
     </note>
+
     <note style="important">
       <!-- Find out under what cases the directory might not be installed. Explain that if possible. -->
       <p>The <file>.gnome2/gedit/plugins/</file> directory may not be installed on your system. If it is not, you will need to create it.</p>
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
index a184acd..f376d51 100644
--- a/help/C/gedit-plugins-pyconsole.page
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -2,15 +2,15 @@
       type="topic" style="task"
       id="gedit-plugins-pyconsole">
 
-<info>
-  <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>*Add a Python Console</title>
+  <title>*Add a Python Console</title>
 
 </page>
diff --git a/help/C/gedit-plugins-terminal.page b/help/C/gedit-plugins-terminal.page
index 3eae255..af30f78 100644
--- a/help/C/gedit-plugins-terminal.page
+++ b/help/C/gedit-plugins-terminal.page
@@ -2,16 +2,16 @@
       type="topic" style="task"
       id="gedit-plugins-terminal">
 
-<info>
-  <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
-  <desc>Short description</desc>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+    <desc>Short description</desc>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
 
-<title>*Add a Terminal</title>
+  <title>*Add a Terminal</title>
 
 </page>
diff --git a/help/C/gedit-printing.page b/help/C/gedit-printing.page
index f6a959c..f7653e2 100644
--- a/help/C/gedit-printing.page
+++ b/help/C/gedit-printing.page
@@ -15,12 +15,15 @@
   
   <p><app>gedit</app> allows you to both print output to a file, as well as printing output to paper.  Prior to printing your document, you can also preview how the printed document will look by using the <app>Print Preview</app> feature.</p>
     
-    <section id="printing-to-paper">
-      <title>Printing to paper</title>
-      <note stye="important"><p>Printing with <app>gedit</app> requires that you have connected and configured your printer. If you have not done this, please consult the printing help documentation for your desktop environment.</p></note>
-    </section>
+  <section id="printing-to-paper">
+    <title>Printing to paper</title>
 
-<p>
+    <note stye="important">
+      <p>Printing with <app>gedit</app> requires that you have connected and configured your printer. If you have not done this, please consult the printing help documentation for your desktop environment.</p>
+    </note>
+  </section>
+
+  <p>
 To set the page options, choose File Page Setup to display the Page Setup dialog.
 
 The Page Setup dialog enables you to specify the following print options:
@@ -67,8 +70,6 @@ Headers and footers
 Click on this button to select the font to use to print the headers and footers in a file.  
 
 To reset the fonts to the default fonts for printing a file from gedit, click Restore Default Fonts.
-</p>
-
-
+  </p>
 
-  </page>
+</page>
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
index 2f2cafc..2a9e8fc 100644
--- a/help/C/gedit-replace.page
+++ b/help/C/gedit-replace.page
@@ -1,6 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/"; 
   type="topic" style="task" 
   id="gedit-replace">
+
   <info>
     <link type="guide" xref="index#gedit-working-with-files" />
     <link type="seealso" xref="gedit-search-find" />
@@ -16,6 +17,7 @@
       <email>dneelyep gmail com</email>
     </credit>
   </info>
+
   <title>Find and replace text</title>
   <p><app>gedit</app> includes features that help you find and replace text in your files. Using these features, you can search for text, highlight all occurrences of that text in the current document, and then (optionally) replace that text with other text.</p>
 
@@ -29,7 +31,6 @@
       <item><p>Click <gui>Find</gui> or press <keyseq><key>Alt</key><key>F</key></keyseq>.</p></item>
     </steps>
     <p>All occurrences of the text you searched for will be highlighted in the currently open file. <app>gedit</app> will scroll the file to display the currently selected text.</p>
-
   </section>
 
   <section>
@@ -41,10 +42,10 @@
       <item><p>Fill in the 'Replace with' field with the <em>new</em> text you want to replace the <em>old</em> text.</p></item>
       <item>
         <p>Replace the text:</p>
-          <list>
-            <item><p>To replace <em>only</em> the currently-selected section of text, click <gui>Replace</gui>.</p></item>
-            <item><p>To replace all occurrences of the searched-for text, click <gui>Replace All</gui>.</p></item>
-          </list>
+        <list>
+          <item><p>To replace <em>only</em> the currently-selected section of text, click <gui>Replace</gui>.</p></item>
+          <item><p>To replace all occurrences of the searched-for text, click <gui>Replace All</gui>.</p></item>
+        </list>
       </item>
     </steps>
 
diff --git a/help/C/gedit-search-find.page b/help/C/gedit-search-find.page
index a555b80..48946ff 100644
--- a/help/C/gedit-search-find.page
+++ b/help/C/gedit-search-find.page
@@ -15,33 +15,38 @@ id="gedit-search-find">
 
   <section id="gedit-basic-search">
     <title>Basic Search</title>
+    <p>To perform a basic search, complete these steps:</p>
+    <list>
+      <item>
+        <p>Click <guiseq><gui>Search</gui><gui>Find...</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>F</key></keyseq>.</p>
+      </item>
+      <item>
+        <p>A search dialog will appear, and your results will be highlighted as you type.</p>
+      </item>
+    </list>
 
-  <p>To perform a basic search, complete these steps:</p>
-<list><item><p>Click <guiseq><gui>Search</gui><gui>Find...</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>F</key></keyseq>.</p></item>
-<item><p>A search dialog will appear, and your results will be highlighted as you type.</p></item>
-</list>
+    <p>You can also set several search options:</p>
+    <terms>
+      <item>
+        <title>Match Case</title>
+        <p>Causes your search to be case-sensitive. With this feature enabled, searches for the word "Gedit" will not find the word "gedit."</p>
+      </item>
+      <item>
+        <title>Match entire word only</title>
+        <p>Causes your search to ignore partial matches. With this feature enabled, searches for the word "house" will not find the word "houses."</p>
+      </item>
+      <item>
+        <title>Search backwards</title>
+        <p>Allows for searches from the current cursor position back up to the top of the file.</p>
+      </item>
+      <item>
+        <title>Wrap around</title>
+        <p>Using this feature, once the search function reaches the bottom of the file, it will continue the search from the top of the file.</p>
+      </item>
+    </terms>
 
-  <p>You can also set several search options:</p>
-  <terms>
-    <item>
-      <title>Match Case</title>
-      <p>Causes your search to be case-sensitive. With this feature enabled, searches for the word "Gedit" will not find the word "gedit."</p>
-    </item>
-    <item>
-      <title>Match entire word only</title>
-      <p>Causes your search to ignore partial matches. With this feature enabled, searches for the word "house" will not find the word "houses."</p>
-    </item>
-    <item>
-      <title>Search backwards</title>
-      <p>Allows for searches from the current cursor position back up to the top of the file.</p>
-    </item>
-    <item>
-      <title>Wrap around</title>
-      <p>Using this feature, once the search function reaches the bottom of the file, it will continue the search from the top of the file.</p>
-    </item>
-  </terms>
-  <note>
-    <p>The text that you've searched for will remain highlighted by gedit, even after you've completed your search.  To remove the highlight, click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or just press <keyseq><key>Shift</key><key>Ctrl</key><key>K</key></keyseq>.</p>
-  </note>
+    <note>
+      <p>The text that you've searched for will remain highlighted by gedit, even after you've completed your search.  To remove the highlight, click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or just press <keyseq><key>Shift</key><key>Ctrl</key><key>K</key></keyseq>.</p>
+    </note>
   </section>
 </page>
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index 8287091..8982fe5 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -2,261 +2,260 @@
       type="guide"
       id="gedit-shortcut-keys">
 
-<info>
-  <link type="guide" xref="index"/>
-  <revision pkgversion="3.0" version="0.5" date="2010-10-30" status="complete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
+  <info>
+    <link type="guide" xref="index"/>
+    <revision pkgversion="3.0" version="0.5" date="2010-10-30" status="complete"/>
     <credit type="author">
-    <name>Paolo Borelli</name>
-  </credit>
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
     <credit type="author">
-    <name>Jesse van den Kieboom</name>
-  </credit>
+      <name>Paolo Borelli</name>
+    </credit>
     <credit type="author">
-    <name>Steve Frécinaux</name>
-  </credit>
+      <name>Jesse van den Kieboom</name>
+    </credit>
     <credit type="author">
-    <name>Ignacio Casal Quinteiro</name>
-  </credit>
-</info>
-
-<title>Shortcut keys</title>
+      <name>Steve Frécinaux</name>
+    </credit>
+    <credit type="author">
+      <name>Ignacio Casal Quinteiro</name>
+    </credit>
+  </info>
 
-<p>Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the mouse and menus. The following tables list all of <app>gedit's</app> shortcut keys.</p>  <item><p><link xref=""/></p></item>
+  <title>Shortcut keys</title>
 
-<list>
-  <title>Types of shortcut keys</title>
-  <item><p><link xref="#gedit-tab-shortcuts">Tab-related shortcut keys</link></p></item>
-  <item><p><link xref="#gedit-file-shortcuts">Shortcuts for working working with files</link></p></item>
-  <item><p><link xref="#gedit-editing-shortcuts">Shortcuts for editing</link></p></item>
-  <item><p><link xref="#gedit-pane-shortcuts">Shortcut keys for showing and hiding panes</link></p></item>
-  <item><p><link xref="#gedit-searching-shortcuts">Shortcuts for searching through text</link></p></item>
-  <item><p><link xref="#gedit-tools-shortcuts">gedit tool and plugin shortcuts</link></p></item>
-  <item><p><link xref="#gedit-help-shortcuts">User-help shortcuts</link></p></item>
-</list>
+  <p>Use <gui>shortcut keys</gui> to perform common tasks more quickly than with the mouse and menus. The following tables list all of <app>gedit's</app> shortcut keys.</p>
 
-<section id="gedit-tab-shortcuts">
-  <title>Tab-related Shortcut keys</title>
+  <list>
+    <title>Types of shortcut keys</title>
+    <item><p><link xref="#gedit-tab-shortcuts">Tab-related shortcut keys</link></p></item>
+    <item><p><link xref="#gedit-file-shortcuts">Shortcuts for working working with files</link></p></item>
+    <item><p><link xref="#gedit-editing-shortcuts">Shortcuts for editing</link></p></item>
+    <item><p><link xref="#gedit-pane-shortcuts">Shortcut keys for showing and hiding panes</link></p></item>
+    <item><p><link xref="#gedit-searching-shortcuts">Shortcuts for searching through text</link></p></item>
+    <item><p><link xref="#gedit-tools-shortcuts">gedit tool and plugin shortcuts</link></p></item>
+    <item><p><link xref="#gedit-help-shortcuts">User-help shortcuts</link></p></item>
+  </list>
 
-<!-- For the sake of appearance, I have not used the <keyseq> feature to display key sequences in the tables. -->
+  <section id="gedit-tab-shortcuts">
+    <title>Tab-related Shortcut keys</title>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Switch to the next tab to the left</p></td> <td><p>Ctrl + Alt + PageUp</p></td>  
-  </tr>
-  <tr>
-    <td><p>Switch to the next tab to the left</p></td>  <td><p>Ctrl + Alt + PageUp</p></td>  
-  </tr>
-  <tr>
-    <td><p>Switch to the next tab to the right</p></td>  <td><p>Ctrl + Alt + PageDown</p></td>
-  </tr>
-  <tr>
-    <td><p>Close tab</p></td>  <td><p>Ctrl + W</p></td>
-  </tr>
-  <tr>
-    <td><p>Save all tabs</p></td>  <td><p>Ctrl + Shift + L</p></td>
-  </tr>
-  <tr>
-    <td><p>Close all tabs</p></td>  <td><p>Ctrl + Shift + W</p></td>  
-  </tr>
-  <tr>
-    <td><p>Jump to <var>n</var>th tab</p></td>  <td><p>Alt + <var>n</var></p></td>
-  </tr>
-  </tbody>
-</table>
-</section>
+    <!-- For the sake of appearance, I have not used the <keyseq> feature to display key sequences in the tables. -->
 
-<section id="gedit-file-shortcuts">
-  <title>Shortcut keys for working with files</title>
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Switch to the next tab to the left</p></td> <td><p>Ctrl + Alt + PageUp</p></td>  
+        </tr>
+        <tr>
+          <td><p>Switch to the next tab to the left</p></td>  <td><p>Ctrl + Alt + PageUp</p></td>  
+        </tr>
+        <tr>
+          <td><p>Switch to the next tab to the right</p></td>  <td><p>Ctrl + Alt + PageDown</p></td>
+        </tr>
+        <tr>
+          <td><p>Close tab</p></td>  <td><p>Ctrl + W</p></td>
+        </tr>
+        <tr>
+          <td><p>Save all tabs</p></td>  <td><p>Ctrl + Shift + L</p></td>
+        </tr>
+        <tr>
+          <td><p>Close all tabs</p></td>  <td><p>Ctrl + Shift + W</p></td>  
+        </tr>
+        <tr>
+          <td><p>Jump to <var>n</var>th tab</p></td>  <td><p>Alt + <var>n</var></p></td>
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Create a new document</p></td>  <td><p>Ctrl + N</p></td>  
-  </tr>
-  <tr>
-    <td><p>Open a document</p></td>  <td><p>Ctrl + O</p></td>  
-  </tr>
-  <tr>
-    <td><p>Save the current document</p></td>  <td><p>Ctrl + S</p></td>  
-  </tr>
-  <tr>
-    <td><p>Save the current document with a new filename</p></td>  <td><p>Ctrl + Shift + S</p></td>  
-  </tr>
-  <tr>
-    <td><p>Print the current document</p></td>  <td><p>Ctrl + P</p></td>  
-  </tr>
-  <tr>
-    <td><p>Print preview</p></td>  <td><p>Ctrl + Shift + P</p></td>  
-  </tr>
-  <tr>
-    <td><p>Close the current document</p></td>  <td><p>Ctrl + W</p></td>  
-  </tr>
-  <tr>
-    <td><p>Quit gedit</p></td>  <td><p>Ctrl + Q</p></td>  
-  </tr>
-  </tbody>
-</table>
-</section>
+  <section id="gedit-file-shortcuts">
+    <title>Shortcut keys for working with files</title>
 
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Create a new document</p></td>  <td><p>Ctrl + N</p></td>  
+        </tr>
+        <tr>
+          <td><p>Open a document</p></td>  <td><p>Ctrl + O</p></td>  
+        </tr>
+        <tr>
+          <td><p>Save the current document</p></td>  <td><p>Ctrl + S</p></td>  
+        </tr>
+        <tr>
+          <td><p>Save the current document with a new filename</p></td>  <td><p>Ctrl + Shift + S</p></td>  
+        </tr>
+        <tr>
+          <td><p>Print the current document</p></td>  <td><p>Ctrl + P</p></td>  
+        </tr>
+        <tr>
+          <td><p>Print preview</p></td>  <td><p>Ctrl + Shift + P</p></td>  
+        </tr>
+        <tr>
+          <td><p>Close the current document</p></td>  <td><p>Ctrl + W</p></td>  
+        </tr>
+        <tr>
+          <td><p>Quit gedit</p></td>  <td><p>Ctrl + Q</p></td>  
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
-<section id="gedit-editing-shortcuts">
-  <title>Shortcut keys for editing files</title>
+  <section id="gedit-editing-shortcuts">
+    <title>Shortcut keys for editing files</title>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Undo the last action</p></td>  <td><p>Ctrl + Z</p></td>  
-  </tr>
-  <tr>
-    <td><p>Redo the last undone action</p></td>  <td><p>Ctrl + Shift + Z</p></td>  
-  </tr>
-  <tr>
-    <td><p>Cut the selected text or region and place it on the clipboard</p></td>  <td><p>Ctrl + X</p></td>  
-  </tr>
-  <tr>
-    <td><p>Copy the selected text or region onto the clipboard</p></td>  <td><p>Ctrl + C</p></td>  
-  </tr>
-  <tr>
-    <td><p>Past the contents of the clipboard</p></td>  <td><p>Ctrl + V</p></td>  
-  </tr>
-  <tr>
-    <td><p>Select all text in the file</p></td>  <td><p>Ctrl + A</p></td>  
-  </tr>
-  <tr>
-    <td><p>Delete the current line</p></td>  <td><p>Ctrl + D</p></td>  
-  </tr>
-  <tr>
-    <td><p>Move the selected line up one line</p></td>  <td><p>Alt + Up Arrow</p></td>  
-  </tr>
-  <tr>
-    <td><p>Move the selected line down one line</p></td>  <td><p>Alt + Down Arrow</p></td>  
-  </tr>
-  </tbody>
-</table>
-</section>
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Undo the last action</p></td>  <td><p>Ctrl + Z</p></td>  
+        </tr>
+        <tr>
+          <td><p>Redo the last undone action</p></td>  <td><p>Ctrl + Shift + Z</p></td>  
+        </tr>
+        <tr>
+          <td><p>Cut the selected text or region and place it on the clipboard</p></td>  <td><p>Ctrl + X</p></td>  
+        </tr>
+        <tr>
+          <td><p>Copy the selected text or region onto the clipboard</p></td>  <td><p>Ctrl + C</p></td>  
+        </tr>
+        <tr>
+          <td><p>Past the contents of the clipboard</p></td>  <td><p>Ctrl + V</p></td>  
+        </tr>
+        <tr>
+          <td><p>Select all text in the file</p></td>  <td><p>Ctrl + A</p></td>  
+        </tr>
+        <tr>
+          <td><p>Delete the current line</p></td>  <td><p>Ctrl + D</p></td>  
+        </tr>
+        <tr>
+          <td><p>Move the selected line up one line</p></td>  <td><p>Alt + Up Arrow</p></td>  
+        </tr>
+        <tr>
+          <td><p>Move the selected line down one line</p></td>  <td><p>Alt + Down Arrow</p></td>  
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
-<section id="gedit-pane-shortcuts">
-  <title>Shortcut keys for showing and hiding panes</title>
+  <section id="gedit-pane-shortcuts">
+    <title>Shortcut keys for showing and hiding panes</title>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Show / hide the side pane</p></td>  <td><p>F9</p></td>  
-  </tr>
-  <tr>
-    <td><p>Show / hide the bottom pane.</p></td>  <td><p>Ctrl + F9</p></td>  
-  </tr>
-  </tbody>
-</table>
-</section>
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Show / hide the side pane</p></td>  <td><p>F9</p></td>  
+        </tr>
+        <tr>
+          <td><p>Show / hide the bottom pane.</p></td>  <td><p>Ctrl + F9</p></td>  
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
-<section id="gedit-searching-shortcuts">
-  <title>Shortcut keys for searching</title>
+  <section id="gedit-searching-shortcuts">
+    <title>Shortcut keys for searching</title>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Find a string</p></td>  <td><p>Ctrl + F</p></td>  
-  </tr>
-  <tr>
-    <td><p>Find the next instance of the string</p></td>  <td><p>Ctrl + G</p></td>  
-  </tr>
-  <tr>
-    <td><p>Find the previous instance of the string</p></td>  <td><p>Ctrl + Shift + G</p></td>  
-  </tr>
-  <tr>
-    <td><p>Interactive search</p></td>  <td><p>Ctrl + K</p></td>  
-  </tr>
-  <tr>
-    <td><p>Search and Replace</p></td>  <td><p>Ctrl + H</p></td>  
-  </tr>
-  <tr>
-    <td><p>Clear highlight</p></td>  <td><p>Ctrl + Shift + K</p></td>  
-  </tr>
-  <tr>
-    <td><p>Goto line</p></td>  <td><p>Ctrl + I</p></td>  
-  </tr>
-  </tbody>
-</table>
-</section>
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Find a string</p></td>  <td><p>Ctrl + F</p></td>  
+        </tr>
+        <tr>
+          <td><p>Find the next instance of the string</p></td>  <td><p>Ctrl + G</p></td>  
+        </tr>
+        <tr>
+          <td><p>Find the previous instance of the string</p></td>  <td><p>Ctrl + Shift + G</p></td>  
+        </tr>
+        <tr>
+          <td><p>Interactive search</p></td>  <td><p>Ctrl + K</p></td>  
+        </tr>
+        <tr>
+          <td><p>Search and Replace</p></td>  <td><p>Ctrl + H</p></td>  
+        </tr>
+        <tr>
+          <td><p>Clear highlight</p></td>  <td><p>Ctrl + Shift + K</p></td>  
+        </tr>
+        <tr>
+          <td><p>Goto line</p></td>  <td><p>Ctrl + I</p></td>  
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
-<section id="gedit-tools-shortcuts">
-  <title>Shortcut keys for tools</title>
+  <section id="gedit-tools-shortcuts">
+    <title>Shortcut keys for tools</title>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Check spelling</p></td>  <td><p>Shift + F7</p></td>  
-  </tr>
-  <tr>
-    <td><p>Remove trailing spaces (with plugin)</p></td>  <td><p>Alt + F12</p></td>  
-  </tr>
-  <tr>
-    <td><p>Ident (with plugin)</p></td>  <td><p>Ctrl + T</p></td>  
-  </tr>
-  <tr>
-    <td><p>Remove indent (with plugin)</p></td>  <td><p>Ctrl + Shift + T</p></td>  
-  </tr>
-  <tr>
-    <td><p>Run "make" in the current directory (with plugin)</p></td>  <td><p>F8</p></td>  
-  </tr>
-  <tr>
-    <td><p>Directory listing (with plugin)</p></td>  <td><p>Ctrl + Shift + D</p></td>  
-  </tr>
-  </tbody>
-</table>
-</section>
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Check spelling</p></td>  <td><p>Shift + F7</p></td>  
+        </tr>
+        <tr>
+          <td><p>Remove trailing spaces (with plugin)</p></td>  <td><p>Alt + F12</p></td>  
+        </tr>
+        <tr>
+          <td><p>Ident (with plugin)</p></td>  <td><p>Ctrl + T</p></td>  
+        </tr>
+        <tr>
+          <td><p>Remove indent (with plugin)</p></td>  <td><p>Ctrl + Shift + T</p></td>  
+        </tr>
+        <tr>
+          <td><p>Run "make" in the current directory (with plugin)</p></td>  <td><p>F8</p></td>  
+        </tr>
+        <tr>
+          <td><p>Directory listing (with plugin)</p></td>  <td><p>Ctrl + Shift + D</p></td>  
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
-<section id="gedit-help-shortcuts">
-  <title>Shortcut keys for user help</title>
+  <section id="gedit-help-shortcuts">
+    <title>Shortcut keys for user help</title>
 
-<table frame="all" rules="all">
-  <thead>
-  <tr>
-    <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><p>Open the gedit user guide</p></td>  <td><p>F1</p></td>  
-  </tr>
-  </tbody>
-</table>
-</section>
+    <table frame="all" rules="all">
+      <thead>
+        <tr>
+          <td><p>Command</p></td>  <td><p>Shortcut Key</p></td>  
+        </tr>
+      </thead>
+      <tbody>
+        <tr>
+          <td><p>Open the gedit user guide</p></td>  <td><p>F1</p></td>  
+        </tr>
+      </tbody>
+    </table>
+  </section>
 
 </page>
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
index 43e2fe3..302497b 100644
--- a/help/C/gedit-spellcheck.page
+++ b/help/C/gedit-spellcheck.page
@@ -18,4 +18,5 @@
     <p>To allow for spelling errors to be highlighted while you type, select
     <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq></p>
   </note>
-</page>
\ No newline at end of file
+
+</page>
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page
index 4d87f15..967adbb 100644
--- a/help/C/gedit-tabs.page
+++ b/help/C/gedit-tabs.page
@@ -2,78 +2,80 @@
       type="topic" style="task"
       id="gedit-tabs">
 
-<info>
-  <link type="guide" xref="index#gedit-working-with-files"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <revision pkgversion="3.0" version="0.2" date="2010-10-23" status="review"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-  <credit type="collaborator">
-    <name>Daniel Neel</name>
-    <email>dneelyep gmail com</email>
-  </credit>
-</info>
-
-<title>Add and remove tabs</title>
-<p>Working with tabs in <app>gedit</app> allows you to keep an eye on several files in a single window. Tabs in <app>gedit</app> behave similarly to tabs in other programs such as web browsers.  When you start <app>gedit</app>, a single tab will be displayed above the contents of the current file.</p>
-
-<p>Tabs indicate the files you currently have open to work on. The tab that is larger than the other tabs indicates the file that is currently open. The smaller tabs indicate other files that are available to work on.</p>
-<!--<p>add figure tags also<media type="image" mime="" src=""/></p>-->
-
-<p>To view the contents of a specific tab, click the tab itself. The contents of the file will be displayed below the currently open tabs. Clicking the <guiseq><gui>X</gui></guiseq> on the side of the tab will close it, removing it from the list of available tabs.</p>
-
-<p>Add a screenshot to the page to demonstrate tabs? Maybe a before and after picture?</p>
-
-<section>
-  <title>Adding tabs</title>
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+
+    <revision pkgversion="3.0" version="0.2" date="2010-10-23" status="review"/>
+    <credit type="collaborator">
+      <name>Daniel Neel</name>
+      <email>dneelyep gmail com</email>
+    </credit>
+  </info>
+
+  <title>Add and remove tabs</title>
+  <p>Working with tabs in <app>gedit</app> allows you to keep an eye on several files in a single window. Tabs in <app>gedit</app> behave similarly to tabs in other programs such as web browsers.  When you start <app>gedit</app>, a single tab will be displayed above the contents of the current file.</p>
+
+  <p>Tabs indicate the files you currently have open to work on. The tab that is larger than the other tabs indicates the file that is currently open. The smaller tabs indicate other files that are available to work on.</p>
+  <!--<p>add figure tags also<media type="image" mime="" src=""/></p>-->
+
+  <p>To view the contents of a specific tab, click the tab itself. The contents of the file will be displayed below the currently open tabs. Clicking the <guiseq><gui>X</gui></guiseq> on the side of the tab will close it, removing it from the list of available tabs.</p>
+
+  <p>Add a screenshot to the page to demonstrate tabs? Maybe a before and after picture?</p>
+
+  <section>
+    <title>Adding tabs</title>
     <p>To add a new tab, create a new file with <keyseq><key>Ctrl</key><key>N</key></keyseq>. The tab will be added to the right side of any other tabs.</p>
-</section>
+  </section>
 
-<section>
-  <title>Removing tabs</title>
-  <p>To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's right side. Or, to remove all open tabs, press <keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq></p>
-</section>
+  <section>
+    <title>Removing tabs</title>
+    <p>To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's right side. Or, to remove all open tabs, press <keyseq><key>Ctrl</key><key>Shift</key><key>W</key></keyseq></p>
+  </section>
 	
-<section>
-  <title>Organizing tabs:</title>
-  <p>There are several different ways to organize your tabs in <app>gedit</app>.</p>
+  <section>
+    <title>Organizing tabs:</title>
+    <p>There are several different ways to organize your tabs in <app>gedit</app>.</p>
+
+    <p>To drag a tab into a new window:</p>
 
-  <p>To drag a tab into a new window:</p>
+    <steps>
+      <item><p>Click and hold the mouse button on the tab</p></item>
+      <item><p>Drag the tab out of the space it occupies</p></item>
+      <item><p>Release the mouse button</p></item>
+    </steps>
 
-  <steps>
-    <item><p>Click and hold the mouse button on the tab</p></item>
-    <item><p>Drag the tab out of the space it occupies</p></item>
-    <item><p>Release the mouse button</p></item>
-  </steps>
+    <p>or, while the tab to be moved is open, choose <guiseq><gui>Documents</gui><gui>Move to New Window</gui></guiseq></p>
 
-  <p>or, while the tab to be moved is open, choose <guiseq><gui>Documents</gui><gui>Move to New Window</gui></guiseq></p>
+    <note style="tip">
+      <p>It's difficult to drag a tab into a new window when either the old or new window is maximized. For best results, un-maximize the windows before dragging the 
+      tab.</p>
+    </note>
 
-  <note style="tip">
-    <p>It's difficult to drag a tab into a new window when either the old or new window is maximized. For best results, un-maximize the windows before dragging the 
-    tab.</p>
-  </note>
+    <p>If you want to move a tab from one window to another:</p>
 
-  <p>If you want to move a tab from one window to another:</p>
+    <steps>
+      <item><p>Click and hold the mouse button on the tab</p></item>
+      <item><p>Drag the tab to the new window</p></item>
+      <item><p>Place it beside other tabs in the new window</p></item>
+      <item><p>Release the mouse button</p></item>
+    </steps>
 
-  <steps>
-    <item><p>Click and hold the mouse button on the tab</p></item>
-    <item><p>Drag the tab to the new window</p></item>
-    <item><p>Place it beside other tabs in the new window</p></item>
-    <item><p>Release the mouse button</p></item>
-  </steps>
+    <p>To change the ordering of tabs in a window:</p>
 
-  <p>To change the ordering of tabs in a window:</p>
+    <steps>
+      <item><p>Click and hold the mouse button on the tab</p></item>
+      <item><p>Move the tab to the desired position among the other tabs</p></item>
+      <item><p>Release the mouse button</p></item>
+    </steps>
 
-  <steps>
-    <item><p>Click and hold the mouse button on the tab</p></item>
-    <item><p>Move the tab to the desired position among the other tabs</p></item>
-    <item><p>Release the mouse button</p></item>
-  </steps>
+    <p>The tab will be placed in the position closest to where you release the tab, immediately beside other opened tabs.</p>
 
-  <p>The tab will be placed in the position closest to where you release the tab, immediately beside other opened tabs.</p>
+    <p>See <link xref="gedit-shortcut-keys#gedit-tab-shortcuts"/> for shortcuts to make managing your tabs more quick.</p>
+  </section>
 
-  <p>See <link xref="gedit-shortcut-keys#gedit-tab-shortcuts"/> for shortcuts to make managing your tabs more quick.</p>
-</section>
 </page>
diff --git a/help/C/gedit-undo-recent-action.page b/help/C/gedit-undo-recent-action.page
index b4ef1fa..fb9ddde 100644
--- a/help/C/gedit-undo-recent-action.page
+++ b/help/C/gedit-undo-recent-action.page
@@ -2,28 +2,28 @@
       type="topic" style="task"
       id="gedit-undo-recent-action">
 
-<info>
-  <link type="guide" xref="index#gedit-working-with-files"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
 
-  <revision pkgversion="3.0" version="0.2" date="2010-11-28" status="draft"/>
-  <credit type="author">
-    <name>Daniel Neel</name>
-    <email>dneelyep gmail com</email>
-  </credit>
-</info>
+    <revision pkgversion="3.0" version="0.2" date="2010-11-28" status="draft"/>
+    <credit type="author">
+      <name>Daniel Neel</name>
+      <email>dneelyep gmail com</email>
+    </credit>
+  </info>
 
-<title>Undo a recent action</title>
+  <title>Undo a recent action</title>
 
-<!-- TODO: Maybe include a note about how gedit undoes sequences of "similar" actions, rather than every individual keystroke? For example, whole words are deleted rather than letters.
+  <!-- TODO: Maybe include a note about how gedit undoes sequences of "similar" actions, rather than every individual keystroke? For example, whole words are deleted rather than letters.
 I think we should also include a note about how many "undo's" you can do, and that you can't
 undo something once you've saved the file.-->
-<p>Undoing actions in <app>gedit</app> allows you to recover from mistakes. To undo an action, press the key sequence <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>.</p>
+  <p>Undoing actions in <app>gedit</app> allows you to recover from mistakes. To undo an action, press the key sequence <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>.</p>
 
-<p><app>gedit</app> will undo one action every time <keyseq><key>Ctrl</key><key>Z</key></keyseq> or <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq> is pressed, so you can undo multiple actions by repeating these sequences multiple times in a row.</p>
+  <p><app>gedit</app> will undo one action every time <keyseq><key>Ctrl</key><key>Z</key></keyseq> or <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq> is pressed, so you can undo multiple actions by repeating these sequences multiple times in a row.</p>
 
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index 0c2ec82..5af4590 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -18,7 +18,6 @@
 <!--  
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; /> 
 -->
-
   </info>  
   
   <title>
@@ -29,7 +28,7 @@
   </title>
   <p>Welcome to the <app>gedit</app> help guide. For a quick introduction into both <app>gedit's</app> most basic features, as well as some advanced keyboard shortcuts, see the <link xref="gedit-quickstart">Get started</link> and <link xref="gedit-shortcut-keys">Shortcut keys</link> pages.</p>
 
-<p>Other help topics are grouped together into sections below.  Enjoy using <app>gedit</app>!</p>
+  <p>Other help topics are grouped together into sections below.  Enjoy using <app>gedit</app>!</p>
 
   <section id="gedit-working-with-files" style="2column">
     <title>Working With Files</title>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]