[gedit] Remove spaces from tags in help, bug 691330



commit e60d0246e66c909727f444a4abb76c5fb74dc42d
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Fri Jan 11 00:23:22 2013 +0000

    Remove spaces from tags in help, bug 691330
    
    Move tags so that tag and content are on the same line in most cases.
    Also reflowed paragraphs to finish changes from commit
    fc000493d45aa2f10251a3dd405083015bcd304a. Remove whitespaces and tabs.

 help/C/gedit-change-color-scheme.page         |    8 +-
 help/C/gedit-full-screen.page                 |   20 ++--
 help/C/gedit-open-files-from-sidepane.page    |   31 ++++---
 help/C/gedit-open-files.page                  |   18 ++--
 help/C/gedit-open-on-server.page              |   27 +++---
 help/C/gedit-plugins-bracket-comp.page        |    4 +-
 help/C/gedit-plugins-change-case.page         |   39 +++++----
 help/C/gedit-plugins-character-map.page       |   21 +++--
 help/C/gedit-plugins-code-comment.page        |   32 ++++----
 help/C/gedit-plugins-draw-spaces.page         |    8 +-
 help/C/gedit-plugins-external-tools.page      |   18 ++--
 help/C/gedit-plugins-file-browser.page        |   18 ++--
 help/C/gedit-plugins-insert-date-time.page    |   21 +++--
 help/C/gedit-plugins-modelines.page           |  116 +++++++++++++------------
 help/C/gedit-plugins-pyconsole.page           |   14 ++--
 help/C/gedit-plugins-sort.page                |   58 +++++++------
 help/C/gedit-plugins-tag-list.page            |   90 +++++++++++---------
 help/C/gedit-plugins-terminal.page            |    8 +-
 help/C/gedit-printing-order.page              |   10 +-
 help/C/gedit-printing-select.page             |   13 ++--
 help/C/gedit-printing.page                    |   11 ++-
 help/C/gedit-quickstart.page                  |    8 +-
 help/C/gedit-replace.page                     |   41 ++++-----
 help/C/gedit-save-file.page                   |    4 +-
 help/C/gedit-syntax-highlighting.page         |    8 +-
 help/C/gedit-tabs.page                        |   10 +-
 help/C/gedit-view-open-files-in-sidepane.page |    4 +-
 help/C/index.page                             |    5 +-
 28 files changed, 345 insertions(+), 320 deletions(-)
---
diff --git a/help/C/gedit-change-color-scheme.page b/help/C/gedit-change-color-scheme.page
index ea7b8b8..d1887f7 100644
--- a/help/C/gedit-change-color-scheme.page
+++ b/help/C/gedit-change-color-scheme.page
@@ -18,8 +18,8 @@
 
   <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>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>
 
@@ -32,9 +32,9 @@
   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> 
+    create and use your own color schemes.</p>
     <p>Instructions on how to install custom color schemes, as well as examples
-    of color schemes that you can download and use, are available on the 
+    of color schemes that you can download and use, are available on the
     <link href="http://live.gnome.org/GtkSourceView/StyleSchemes";>gedit wiki
     </link>.</p>
   </section>
diff --git a/help/C/gedit-full-screen.page b/help/C/gedit-full-screen.page
index 0c943df..223d527 100644
--- a/help/C/gedit-full-screen.page
+++ b/help/C/gedit-full-screen.page
@@ -13,26 +13,26 @@
 
   <title>Use fullscreen mode</title>
 
-  <p>When working with a large document, you may find it helpful to work in 
+  <p>When working with a large document, you may find it helpful to work in
   <app>gedit's</app> fullscreen mode. Using fullscreen mode will hide the
   <gui>menu bar</gui>, <gui>tab bar</gui> and the <gui>tool bar</gui>,
-  presenting you with more of your text and allowing you to better focus on your
-  tasks.</p>
+  presenting you with more of your text and allowing you to better focus on
+  your tasks.</p>
 
   <section id="turn-on-full-screen">
     <title>Turn on fullscreen mode</title>
-    <p>To turn on fullscreen mode, select <guiseq><gui>View</gui><gui>Fullscreen
-    </gui></guiseq>, or press <key>F11</key>. <app>gedit's</app> menu, title,
-    and tab-bars will hide, and you will only be presented with the text of
-    your current file.</p>
+    <p>To turn on fullscreen mode, select <guiseq><gui>View</gui>
+    <gui>Fullscreen</gui></guiseq>, or press <key>F11</key>. <app>gedit's</app>
+    menu, title, and tab-bars will hide, and you will only be presented with
+    the text of your current file.</p>
     <p>If you need to perform an action from the <app>gedit</app> menu while
     working in fullscreen mode, move your mouse pointer to the top of the
     screen. The <app>gedit</app> menu bar will reappear, and you can select
     your desired action.</p>
 
- <note><p>To switch between open tabs while in fullscreen mode, press either
- <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or <keyseq><key>
- Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>.</p></note>
+    <note><p>To switch between open tabs while in fullscreen mode, press either
+    <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or
+    <keyseq><key> Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>.</p></note>
   </section>
 
   <section id="turn-off-full-screen">
diff --git a/help/C/gedit-open-files-from-sidepane.page b/help/C/gedit-open-files-from-sidepane.page
index c0b42fe..dcb9beb 100644
--- a/help/C/gedit-open-files-from-sidepane.page
+++ b/help/C/gedit-open-files-from-sidepane.page
@@ -15,28 +15,29 @@
   <p>
     The most common way to switch between files in <app>gedit</app> is by using
     the tabs at the top of the <app>gedit</app> window. In some cases, though,
-    particularly when you are working with a large number of open files, you may
-    find it easier to use the <app>side pane</app>. 
+    particularly when you are working with a large number of open files, you
+    may find it easier to use the <app>side pane</app>.
   </p> 
 
   <p>
-    To activate the <app>side pane</app>, select <guiseq><gui>View</gui><gui>
-    Side Pane</gui></guiseq>, or just press the <key>F9</key> key.
+    To activate the <app>side pane</app>, select <guiseq><gui>View</gui>
+    <gui>Side Pane</gui></guiseq>, or just press the <key>F9</key> key.
   </p>
 
   <note style="note">
     <p>
-      You can toggle the <gui>side pane</gui> open or closed by pressing <key>
-      F9</key> at any time.
+      You can toggle the <gui>side pane</gui> open or closed by pressing
+      <key>F9</key> at any time.
     </p>
   </note>
 
   <section id="sidepane-open">
     <title>Opening files from the side pane</title>
     <p>
-      To open files from the <app>side pane</app>, first open the <app>side pane
-      </app> by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>,
-      then click on the <gui>file-browser</gui> icon at the bottom of the pane.
+      To open files from the <app>side pane</app>, first open the
+      <app>side pane</app> by selecting <guiseq><gui>View</gui>
+      <gui>Side Pane</gui></guiseq>, then click on the <gui>file-browser</gui>
+      icon at the bottom of the pane.
     </p>
 
     <p>
@@ -44,9 +45,9 @@
     </p>
 
     <p>
-      This will activate the <em>file-browser</em> mode of the <app>side pane
-      </app>. You can then use the navigation buttons at the top of the pane to
-      locate and open your desired files.
+      This will activate the <em>file-browser</em> mode of the
+      <app>side pane</app>. You can then use the navigation buttons at the top
+      of the pane to locate and open your desired files.
     </p>
   </section>
 
@@ -54,9 +55,9 @@
     <title>Using the side pane to switch between open files</title>
     <p>
       Once you have several files open, you can use the side pane to switch
-      between open files. To activate the file browser portion of the <app>side
-      pane</app>, click on the <gui>file</gui> icon at the bottom of the <gui>
-      side pane</gui>. 
+      between open files. To activate the file browser portion of the
+      <app>side pane</app>, click on the <gui>file</gui> icon at the bottom of
+      the <gui>side pane</gui>.
     </p>
     
     <p>
diff --git a/help/C/gedit-open-files.page b/help/C/gedit-open-files.page
index 46f16bf..2f76091 100644
--- a/help/C/gedit-open-files.page
+++ b/help/C/gedit-open-files.page
@@ -20,21 +20,21 @@
   <p>To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or
   press <keyseq><key>Ctrl</key><key>O</key></keyseq>.</p>
   <p>This will cause the <gui>Open Files</gui> dialog to appear. Use your mouse
-  or keyboard to select the file that you wish to open, and then click <gui>
-  Open</gui>. The file that you've selected will open in a new tab.</p>
+  or keyboard to select the file that you wish to open, and then click
+  <gui>Open</gui>. The file that you've selected will open in a new tab.</p>
   <p>To close the <gui>Open Files</gui> dialog without opening a file, click
   <gui>Cancel</gui>.</p>
 
-  <note style="tip"><p>You can use the <key>Ctrl</key> and <key>Shift</key> keys
-  to open more than one file at a time.  If you hold down the <key>Ctrl</key>
-  key while you select multiple files, clicking <gui>Open</gui> will open each
-  of the files that you have selected.</p>
+  <note style="tip"><p>You can use the <key>Ctrl</key> and <key>Shift</key>
+  keys to open more than one file at a time. If you hold down the
+  <key>Ctrl</key> key while you select multiple files, clicking <gui>Open</gui>
+  will open each of the files that you have selected.</p>
 
   <!-- Insert Image Here -->
 
-  <p>Holding down the <key>Shift</key> while you select multiple files will open
-  the first file that you select, the last file that you select, and all of the
-  files in between.</p></note>
+  <p>Holding down the <key>Shift</key> while you select multiple files will
+  open the first file that you select, the last file that you select, and all
+  of the files in between.</p></note>
 
   <!-- Insert Image Here -->
 
diff --git a/help/C/gedit-open-on-server.page b/help/C/gedit-open-on-server.page
index b9f6df8..dc14b22 100644
--- a/help/C/gedit-open-on-server.page
+++ b/help/C/gedit-open-on-server.page
@@ -23,18 +23,19 @@
   a server, but may need to save any changes to the file locally, on your own
   computer.</p>
 
-  <p>With these caveats in mind, perform the following steps to open a file from
-  a server using <app>gedit</app>:</p>
+  <p>With these caveats in mind, perform the following steps to open a file
+  from a server using <app>gedit</app>:</p>
 
     <steps>
-      <item><p>Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to display
-      the <gui>Open Files</gui> dialog.</p></item>
-      <item><p>Select the <gui>Pencil</gui> icon near the top of the <gui>Open
-      Files</gui> dialog.</p></item>
-      <item><p>Enter the IP Address or URL of the appropriate server.</p></item>
+      <item><p>Choose <guiseq><gui>File</gui><gui>Open</gui></guiseq> to
+      display the <gui>Open Files</gui> dialog.</p></item>
+      <item><p>Select the <gui>Pencil</gui> icon near the top of the
+      <gui>Open Files</gui> dialog.</p></item>
+      <item><p>Enter the IP Address or URL of the appropriate
+      server.</p></item>
       <item><p>Find and select the file that you wish to open.</p></item>
-      <item><p>Use the Character coding drop-down list to select the appropriate
-      character coding.</p></item>
+      <item><p>Use the Character coding drop-down list to select the
+      appropriate character coding.</p></item>
       <item><p>Click <gui>Open</gui>.</p></item>
     </steps>
 
@@ -42,10 +43,10 @@
   supported by <app>gvfs</app>.</p>
 
   <note>
-    <p>Files from some types of URI are opened as read-only, and any changes you
-    make must be saved to a different location. For example, HTTP only allows
-    files to be read. Files opened from FTP are read-only because not all FTP
-    servers may correctly work with saving remote files.</p>
+    <p>Files from some types of URI are opened as read-only, and any changes
+    you make must be saved to a different location. For example, HTTP only
+    allows files to be read. Files opened from FTP are read-only because not
+    all FTP servers may correctly work with saving remote files.</p>
   </note>
 
 </page>
diff --git a/help/C/gedit-plugins-bracket-comp.page b/help/C/gedit-plugins-bracket-comp.page
index 23c9bbc..151a4e0 100644
--- a/help/C/gedit-plugins-bracket-comp.page
+++ b/help/C/gedit-plugins-bracket-comp.page
@@ -20,7 +20,7 @@
   <p>To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
   <gui>Plugins</gui><gui>Bracket Completion</gui></guiseq>.</p>
 
-  <note><p>This plugin does not automatically insert closing HTML or XML tags.
-  </p></note>
+  <note><p>This plugin does not automatically insert closing HTML or XML
+  tags.</p></note>
 
 </page>
diff --git a/help/C/gedit-plugins-change-case.page b/help/C/gedit-plugins-change-case.page
index 51898aa..e5e37c1 100644
--- a/help/C/gedit-plugins-change-case.page
+++ b/help/C/gedit-plugins-change-case.page
@@ -19,14 +19,15 @@
 
 <title>Change case</title>
 
-<p>This plugin helps you to change the case of selected portions of text. You
-can use it to change text to be all lower case, all upper case, to invert the
-case, or apply title case.  To enable this plugin, select <guiseq><gui>Edit
-</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change Case</gui></guiseq>.
-</p>
-
-<p>Once the <em>Change Case</em> plugin is enabled, you can use it by completing
-the following steps:</p>
+  <p>This plugin helps you to change the case of selected portions of text. You
+  can use it to change text to be all lower case, all upper case, to invert the
+  case, or apply title case. To enable this plugin, select
+  <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change
+  Case</gui></guiseq>.</p>
+
+  <p>Once the <em>Change Case</em> plugin is enabled, you can use it by
+  completing the following steps:</p>
+
   <steps>
     <item><p>Highlight the portion of text that you want to change.</p></item>
     <item><p>Select <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq></p>
@@ -36,14 +37,18 @@ the following steps:</p>
 
   <p>The updates to the text formatting will take place immediately.</p>
 
-<note style="tip"><p>The <gui>Invert Case</gui> option will convert all lower
-case letters to upper case, and will convert all upper case letters to lower 
-case.</p>
-<p>The <gui>Title Case</gui> option will convert the first letter of each word
-to upper case. All other letters will be converted to lower case.</p></note>
-
-<note><p>If you have not highlighted any text, the <em>Change Case</em> feature
-will be grayed-out. You need to select a portion of text before you use the <em>
-Change Case</em> feature.</p></note>
+  <note style="tip">
+    <p>The <gui>Invert Case</gui> option will convert all lower case letters to
+    upper case, and will convert all upper case letters to lower case.</p>
+    <p>The <gui>Title Case</gui> option will convert the first letter of each
+    word to upper case. All other letters will be converted to lower
+    case.</p>
+  </note>
+
+  <note>
+    <p>If you have not highlighted any text, the <em>Change Case</em> feature
+    will be grayed-out. You need to select a portion of text before you use the
+    <em>Change Case</em> feature.</p>
+  </note>
 
 </page>
diff --git a/help/C/gedit-plugins-character-map.page b/help/C/gedit-plugins-character-map.page
index 71e5841..f7b2008 100644
--- a/help/C/gedit-plugins-character-map.page
+++ b/help/C/gedit-plugins-character-map.page
@@ -23,28 +23,29 @@
   <comment>
     <cite date="2011-08-16" href="mailto:ch3pjw bath ac uk">Paul Weaver</cite>
     <p>This assumes the reader knows how to use gedit in general. By the end of
-    this page, the reader will be able to use the character map plugin to insert
-    characters into their documents.</p>
+    this page, the reader will be able to use the character map plugin to
+    insert characters into their documents.</p>
   </comment>
 
   <p>The <app>Character Map</app> plugin enables you to insert characters into
   your document that you may not be able to type easily using your keyboard. To
-  enable this plugin, select  <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>
-  Plugins</gui><gui>Character Map</gui></guiseq>.</p>
+  enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
+  <gui>Plugins</gui><gui>Character Map</gui></guiseq>.</p>
   
   <section id="using-character-map">
     <title>Using Character Map</title>
 
-    <p>Once the plugin is enabled, you can add characters from the <em>Character
-    Map</em> tab of the side panel (<guiseq><gui>View</gui><gui>Side Panel</gui>
-    </guiseq>).</p>
+    <p>Once the plugin is enabled, you can add characters from the
+    <em>Character Map</em> tab of the side panel (<guiseq><gui>View</gui>
+    <gui>Side Panel</gui></guiseq>).</p>
   
   <steps>
     <item><p>Place the cursor at the point in your document at which you would
     like your special character.</p></item>
-    <item><p>Open the side panel by selecting <guiseq><gui>View</gui><gui>Side 
-    Panel</gui></guiseq>, or by pressing <key>F9</key>.</p></item>
-    <item><p>Select the <em>Character Map</em> tab in the side panel.</p></item>
+    <item><p>Open the side panel by selecting <guiseq><gui>View</gui>
+    <gui>Side Panel</gui></guiseq>, or by pressing <key>F9</key>.</p></item>
+    <item><p>Select the <em>Character Map</em> tab in the side
+    panel.</p></item>
     <item><p>If neccessary, choose the character set to which your character
     belongs from the list at the top of the <em>Character Map</em> tab (e.g.,
     Arabic).</p></item>
diff --git a/help/C/gedit-plugins-code-comment.page b/help/C/gedit-plugins-code-comment.page
index b2d550f..1aead2d 100644
--- a/help/C/gedit-plugins-code-comment.page
+++ b/help/C/gedit-plugins-code-comment.page
@@ -15,31 +15,31 @@
 
   <title>Code comment</title>
 
-  <p>Code comments are portions of text that make it easier for people to 
-  understand a program's code, but they don't affect how a program works. 
-  Comments are separated from other parts of a program by special characters.
-  </p>
+  <p>Code comments are portions of text that make it easier for people to
+  understand a program's code, but they don't affect how a program works.
+  Comments are separated from other parts of a program by special
+  characters.</p>
   
   <p>The <app>code comment</app> plugin makes it easier to quickly create or 
-  remove code comments. To enable the code comment plugin, select <guiseq><gui>
-  Edit</gui><gui> Preferences</gui><gui>Plugins</gui><gui>Code comment</gui>
-  </guiseq>.</p>
+  remove code comments. To enable the code comment plugin, select
+  <guiseq><gui>Edit</gui><gui> Preferences</gui><gui>Plugins</gui>
+  <gui>Code comment</gui></guiseq>.</p>
   
   <p>To create or remove a comment:</p>
   <steps>
     <item><p>Highlight the portion of text where you want to add or remove
     a comment.</p></item>
-    <item><p>To add a comment, click <guiseq><gui>Edit</gui><gui>Comment Code
-    </gui></guiseq>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>.</p>
-    </item>
-    <item><p>To remove a comment, click <guiseq><gui>Edit</gui><gui>Uncomment 
-    Code</gui></guiseq>, or press <keyseq><key>Shift</key><key>Ctrl</key>
+    <item><p>To add a comment, click <guiseq><gui>Edit</gui>
+    <gui>Comment Code</gui></guiseq>, or press <keyseq><key>Ctrl</key>
     <key>M</key></keyseq>.</p></item>
+    <item><p>To remove a comment, click <guiseq><gui>Edit</gui>
+    <gui>Uncomment Code</gui></guiseq>, or press <keyseq><key>Shift</key>
+    <key>Ctrl</key><key>M</key></keyseq>.</p></item>
   </steps>
   
-  <note style="tip"><p><app>Gedit</app> will automatically use the correct 
-  style of comment based on the language or syntax of the file. If <app>gedit
-  </app> doesn't identify your language or syntax, you can select it from
-  the language list in the bottom <gui>Status bar</gui>.</p></note>
+  <note style="tip"><p><app>Gedit</app> will automatically use the correct
+  style of comment based on the language or syntax of the file. If
+  <app>gedit</app> doesn't identify your language or syntax, you can select it
+  from the language list in the bottom <gui>Status bar</gui>.</p></note>
 
 </page>
diff --git a/help/C/gedit-plugins-draw-spaces.page b/help/C/gedit-plugins-draw-spaces.page
index 6dff666..a95cf98 100644
--- a/help/C/gedit-plugins-draw-spaces.page
+++ b/help/C/gedit-plugins-draw-spaces.page
@@ -20,10 +20,10 @@
   whitespace visible, you can more easily see how whitespace is used in a 
   document, and can apply spacing strategies more consistently.</p>
    
-  <p>To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
-  <gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>. After you have enabled the 
-  plugin, you can set its options by highlighting the plugin and selecting <gui>
-  Preferences</gui>.</p>
+  <p>To enable this plugin, select <guiseq><gui>Edit</gui>
+  <gui>Preferences</gui><gui>Plugins</gui><gui>Draw Spaces</gui></guiseq>.
+  After you have enabled the plugin, you can set its options by highlighting
+  the plugin and selecting <gui>Preferences</gui>.</p>
   
   <list>
   <title>By default, the <app>Draw Spaces</app> plugin will mark the following
diff --git a/help/C/gedit-plugins-external-tools.page b/help/C/gedit-plugins-external-tools.page
index 5da43b2..a694494 100644
--- a/help/C/gedit-plugins-external-tools.page
+++ b/help/C/gedit-plugins-external-tools.page
@@ -21,23 +21,25 @@
 
 <title>External tools</title>
 
-  <p>The <em>External Tools</em> plugin can help simplify repetitive tasks. 
+  <p>The <em>External Tools</em> plugin can help simplify repetitive tasks.
   Specifically, it extends <app>gedit</app> by helping you to run scripts on
   your working files, and by allowing <app>gedit</app> to interact with other
   programs on your computer. To enable the <app>External Tools</app> plugin,
-  select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>
-  External Tools</gui></guiseq>.</p>
+  select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui>
+  <gui>External Tools</gui></guiseq>.</p>
 
   <section id="plugin-config-external-tools">
     <title>Configure the external tools plugin</title>
 
   <p>Once you have enabled the plugin, you will need to configure it to suit
-  your needs. The configuration options are available by selecting <guiseq><gui>
-  Tools</gui><gui>Manage External Tools</gui></guiseq>.</p>
+  your needs. The configuration options are available by selecting
+  <guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>.</p>
   
- <note style="caution"><p>This plugin is for advanced users, and requires
- knowledge of scripting to be used effectively. Use this plugin with care, as
- mistakes with your scripts can affect your work in unintended ways.</p></note>
+  <note style="caution">
+    <p>This plugin is for advanced users, and requires knowledge of scripting
+    to be used effectively. Use this plugin with care, as mistakes with your
+    scripts can affect your work in unintended ways.</p>
+  </note>
   </section>
 
 </page>
diff --git a/help/C/gedit-plugins-file-browser.page b/help/C/gedit-plugins-file-browser.page
index 5acc833..b0cbb72 100644
--- a/help/C/gedit-plugins-file-browser.page
+++ b/help/C/gedit-plugins-file-browser.page
@@ -19,13 +19,13 @@
 <title>File browser pane</title>
 
   <p>Depending on how you use <app>gedit</app>, you may find it helpful to use
-  the <app>File Browser pane</app> plugin. This plugin embeds a <app>file
-  browser</app> in the side pane, giving you easy access to your frequently-used
-  files.</p>
+  the <app>File Browser pane</app> plugin. This plugin embeds a
+  <app>file browser</app> in the side pane, giving you easy access to your
+  frequently-used files.</p>
   
-  <p>You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui>Edit
-  </gui><gui>Preferences</gui><gui>Plugins</gui><gui>File Browser Pane</gui>
-  </guiseq>.</p>
+  <p>You can enable the <gui>Side Pane</gui> by selecting
+  <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui>
+  <gui>File Browser Pane</gui></guiseq>.</p>
 
   <section id="sidepane-open">
     <title>Opening files from the side pane</title>
@@ -40,9 +40,9 @@
     </p>
 
     <p>
-      This will activate the <em>file-browser</em> mode of the <app>side pane
-      </app>. You can then use the navigation buttons at the top of the pane to
-      locate and open your desired files.
+      This will activate the <em>file-browser</em> mode of the
+      <app>side pane</app>. You can then use the navigation buttons at the top
+      of the pane to locate and open your desired files.
     </p>
   </section>
 
diff --git a/help/C/gedit-plugins-insert-date-time.page b/help/C/gedit-plugins-insert-date-time.page
index d3ed3d9..a388fe4 100644
--- a/help/C/gedit-plugins-insert-date-time.page
+++ b/help/C/gedit-plugins-insert-date-time.page
@@ -19,16 +19,17 @@
 
 <title>Insert date/time</title>
 
-<p>As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin
-allows you to insert the date and/or time at the current cursor position. To
-enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>
-Plugins</gui><gui>Insert Date/Time</gui></guiseq>.  To use the plugin, press
-<guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>.</p>
+  <p>As this name of this plugin suggests, the <gui>Insert Date/Time</gui>
+  plugin allows you to insert the date and/or time at the current cursor
+  position. To enable this plugin, select <guiseq><gui>Edit</gui>
+  <gui>Preferences</gui><gui> Plugins</gui>
+  <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press
+  <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>.</p>
 
-<p>By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose
-your preferred date/time format each time that you use the plugin. However, you
-can choose your own default date and time format by selecting <guiseq><gui>Edit
-</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui><gui>
-Configure</gui></guiseq>.</p>
+  <p>By default, the <gui>Insert Date/Time</gui> plugin will prompt you to
+  choose your preferred date/time format each time that you use the plugin.
+  However, you can choose your own default date and time format by selecting
+  <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui>
+  <gui>Insert Date/Time</gui><gui>Configure</gui></guiseq>.</p>
 
 </page>
diff --git a/help/C/gedit-plugins-modelines.page b/help/C/gedit-plugins-modelines.page
index d9eca5a..d7e0419 100644
--- a/help/C/gedit-plugins-modelines.page
+++ b/help/C/gedit-plugins-modelines.page
@@ -18,81 +18,83 @@
 
 <title>Modelines</title>
 
-<p>The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines
-of text at the start and end of a file, and then apply a set of document
-preferences to the file. The <app>Modelines</app> plugin supports a subset of
-the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</app>
-text editors.</p>
+  <p>The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the
+  lines of text at the start and end of a file, and then apply a set of
+  document preferences to the file. The <app>Modelines</app> plugin supports a
+  subset of the options used by the <app>Emacs</app>, <app>Kate</app> and
+  <app>Vim</app> text editors.</p>
 
-<p>To enable the <app>Modelines</app> plugin, select <guiseq><gui>Edit</gui>
-<gui>Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>.</p>
+  <p>To enable the <app>Modelines</app> plugin, select <guiseq><gui>Edit</gui>
+  <gui>Preferences</gui><gui>Plugins</gui><gui>Modelines</gui></guiseq>.</p>
 
 <section id="modelines-general">
-<title>General Modeline Options</title>
-<p>The following options can be set using <app>gedit</app> modelines:</p>
-<list>
-<item><p>Tab width</p></item>
-<item><p>Indent width</p></item>
-<item><p>Inserting spaces instead of tabs</p></item>
-<item><p>Text Wrapping</p></item>
-<item><p>Right margin width</p></item>
-</list>
+  <title>General Modeline Options</title>
+  <p>The following options can be set using <app>gedit</app> modelines:</p>
+  <list>
+    <item><p>Tab width</p></item>
+    <item><p>Indent width</p></item>
+    <item><p>Inserting spaces instead of tabs</p></item>
+    <item><p>Text Wrapping</p></item>
+    <item><p>Right margin width</p></item>
+  </list>
 
-<note><p>Preferences set using modelines take precedence over the ones specified
-in the preference dialog.</p></note>
+  <note>
+    <p>Preferences set using modelines take precedence over the ones specified
+    in the preference dialog.</p>
+  </note>
 </section>
 
 <section id="modelines-emacs">
-<title>Emacs Modelines</title>
+  <title>Emacs Modelines</title>
 
-<p>The first two lines of a document are scanned for <app>Emacs</app> modelines,
-and <app>gedit</app> supports the following <app>Emacs</app> modeline options:
-</p>
-<list>
-<item><p>Tab-width</p></item>
-<item><p>Indent-offset</p></item>
-<item><p>Indent-tabs-mode</p></item>
-<item><p>Text auto-wrap</p></item>
-</list>
-<p>For more information on <app>Emacs</app> modelines, visit the 
-<link href="http://www.gnu.org/software/emacs/manual/emacs.html";>GNU Emacs
-Manual</link>.</p>
+  <p>The first two lines of a document are scanned for <app>Emacs</app>
+  modelines, and <app>gedit</app> supports the following <app>Emacs</app>
+  modeline options:</p>
+  <list>
+    <item><p>Tab-width</p></item>
+    <item><p>Indent-offset</p></item>
+    <item><p>Indent-tabs-mode</p></item>
+    <item><p>Text auto-wrap</p></item>
+  </list>
+  <p>For more information on <app>Emacs</app> modelines, visit the
+  <link href="http://www.gnu.org/software/emacs/manual/emacs.html";>GNU Emacs
+  Manual</link>.</p>
 </section>
 
 <section id="modelines-kate">
-<title>Kate Modelines</title>
+  <title>Kate Modelines</title>
 
-<p>The first and last ten lines a document are scanned for <app>Kate</app>
-modelines, and <app>gedit</app> supports the following <app>Kate</app> modeline
-options:</p>
+  <p>The first and last ten lines a document are scanned for <app>Kate</app>
+  modelines, and <app>gedit</app> supports the following <app>Kate</app>
+  modeline options:</p>
 
-<list>
-<item><p>tab-width</p></item>
-<item><p>indent-width</p></item>
-<item><p>space-indent</p></item>
-<item><p>word-wrap</p></item>
-<item><p>word-wrap-column</p></item>
-</list>
+  <list>
+    <item><p>tab-width</p></item>
+    <item><p>indent-width</p></item>
+    <item><p>space-indent</p></item>
+    <item><p>word-wrap</p></item>
+    <item><p>word-wrap-column</p></item>
+  </list>
 
-<p>For more information about <app>Kate</app> modelines, visit the
-<link href="http://kate-editor.org/";>Kate website</link>.</p>
+  <p>For more information about <app>Kate</app> modelines, visit the
+  <link href="http://kate-editor.org/";>Kate website</link>.</p>
 </section>
 
 <section id="modelines-vim">
-<title>Vim Modelines</title>
-<p>The first and last three lines a document are scanned for <app>Vim</app>
-modelines, and <app>gedit</app> supports the following <app>Vim</app> modeline
-options:</p>
+  <title>Vim Modelines</title>
+  <p>The first and last three lines a document are scanned for <app>Vim</app>
+  modelines, and <app>gedit</app> supports the following <app>Vim</app>
+  modeline options:</p>
 
-<list>
-<item><p>et (expandtab)</p></item>
-<item><p>ts (tabstop)</p></item>
-<item><p>sw (shiftwidth)</p></item>
-<item><p>wrap</p></item>
-<item><p>textwidth</p></item>
-</list>
+  <list>
+    <item><p>et (expandtab)</p></item>
+    <item><p>ts (tabstop)</p></item>
+    <item><p>sw (shiftwidth)</p></item>
+    <item><p>wrap</p></item>
+    <item><p>textwidth</p></item>
+  </list>
 
-<p>For more information on <app>Vim</app> modelines, visit the 
-<link href="http://www.vim.org/";>Vim website</link>.</p>
+  <p>For more information on <app>Vim</app> modelines, visit the
+  <link href="http://www.vim.org/";>Vim website</link>.</p>
 </section>
 </page>
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
index 67710a4..bb75f29 100644
--- a/help/C/gedit-plugins-pyconsole.page
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-    <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
@@ -15,13 +15,13 @@
   <title>Python console</title>
 
   <p>You can add a Python console to the bottom pane, allowing you to test
-  Python scripts without leaving <app>gedit</app>. To enable the Python console,
-  select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>
-  Python Console</gui></guiseq>.</p>
+  Python scripts without leaving <app>gedit</app>. To enable the Python
+  console, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
+  <gui>Plugins</gui><gui> Python Console</gui></guiseq>.</p>
 
-  <p>Once the Python console is enabled, you can open it by selecting <guiseq>
-  <gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press <keyseq><key>
-  Shift</key><key>F9</key></keyseq>.</p>
+  <p>Once the Python console is enabled, you can open it by selecting
+  <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press
+  <keyseq><key>Shift</key><key>F9</key></keyseq>.</p>
 
   <note style="tip"><p>If you have also enabled the <gui>Embeded Terminal</gui>
   plugin, the <gui>Python Console</gui> will appear as a separate tab in the
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page
index 6e0aab9..9e43072 100644
--- a/help/C/gedit-plugins-sort.page
+++ b/help/C/gedit-plugins-sort.page
@@ -18,33 +18,35 @@
 
 <title>Sort</title>
 
-<p>The Sort plugin arranges selected lines of text into alphabetical order.</p>
-
-<note style="warning"><p>You cannot use the <gui>Undo</gui> feature to correct a
-<gui>Sort</gui> operation, so we recommend that you save the file immediately
-before performing the sort. If you make a mistake with the sort, you can revert
-to the previously-saved version of the file by selecting <guiseq><gui>File</gui>
-<gui>Revert</gui></guiseq>.</p></note>
-
-<p>To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</gui><gui>
-Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>.</p>
-
-<p>After you have enabled the <gui>Sort</gui> plugin, use it by selecting the
-lines of text you want to sort, and then clicking <guiseq><gui>Edit</gui><gui>
-Sort</gui></guiseq>.</p>
-
-<p>The Sort dialog will open, allowing you to choose between several sorting
-options:</p>
-<list>
-<item><p><em>Reverse order</em> will arrange the text in reverse alphabetical
-order.</p></item>
-<item><p><em>Remove duplicates</em> will remove duplicate values from the list.
-</p></item>
-<item><p><em>Ignore case</em> will ignore case sensitivity.</p></item>
-<item><p>To have the sort ignore the characters at the start of the lines, set
-the first character that should be used for sorting in the <em>Start at</em>
-column spin box.</p></item>
-</list>
-<p>To perform the sort operation, click <gui>Sort</gui>.</p>     				
+  <p>The Sort plugin arranges selected lines of text into alphabetical
+  order.</p>
+
+  <note style="warning"><p>You cannot use the <gui>Undo</gui> feature to
+  correct a <gui>Sort</gui> operation, so we recommend that you save the file
+  immediately before performing the sort. If you make a mistake with the sort,
+  you can revert to the previously-saved version of the file by selecting
+  <guiseq><gui>File</gui> <gui>Revert</gui></guiseq>.</p></note>
+
+  <p>To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</gui>
+  <gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>.</p>
+
+  <p>After you have enabled the <gui>Sort</gui> plugin, use it by selecting the
+  lines of text you want to sort, and then clicking <guiseq><gui>Edit</gui>
+  <gui>Sort</gui></guiseq>.</p>
+
+  <p>The <gui>Sort</gui> dialog will open, allowing you to choose between
+  several sorting options:</p>
+  <list>
+    <item><p><gui>Reverse order</gui> will arrange the text in reverse
+    alphabetical order.</p></item>
+    <item><p><gui>Remove duplicates</gui> will remove duplicate values from the
+    list.</p></item>
+    <item><p><gui>Ignore case</gui> will ignore case sensitivity.</p></item>
+    <item><p>To have the sort ignore the characters at the start of the lines,
+    set the first character that should be used for sorting in the
+    <gui>Start at</gui> column spin box.</p></item>
+  </list>
+
+  <p>To perform the sort operation, click <gui>Sort</gui>.</p>
 
 </page>
diff --git a/help/C/gedit-plugins-tag-list.page b/help/C/gedit-plugins-tag-list.page
index 4fba90a..2824aae 100644
--- a/help/C/gedit-plugins-tag-list.page
+++ b/help/C/gedit-plugins-tag-list.page
@@ -19,9 +19,9 @@
 
 <title>Tag list</title>
 
-  <p>The <app>Tag List</app> plugin allows you to insert common tags and special
-  characters from a list in the side pane. By default, the plugin can insert
-  tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX.</p>
+  <p>The <app>Tag List</app> plugin allows you to insert common tags and
+  special characters from a list in the side pane. By default, the plugin can
+  insert tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX.</p>
 
   <section id="using-tag-list">
     <title>Using the Tag List plugin</title>
@@ -30,54 +30,64 @@
       plugin, and then activate the tag-list portion of the side pane.</p>
 
     <section id="enable-tag-list-plugin">
-        <title>Enabling the Plugin</title>
-<p>You can activate the plugin by selecting <guiseq><gui>Edit</gui><gui>
-Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>. Once you have
-activated the plugin, access it by selecting <guiseq><gui>View</gui><gui>Side
-Pane</gui></guiseq>, or by pressing <key>F9</key>.</p>
+      <title>Enabling the Plugin</title>
 
-<p>The side pane initially shows a list of open documents, so to view and use
-the <app>tag list</app>, you will need to click on the tab showing the "plus"
-icon at the bottom of the side pane. The icon will look similar to this:</p>
+      <p>You can activate the plugin by selecting <guiseq><gui>Edit</gui>
+      <gui>Preferences</gui><gui>Plugins</gui><gui>Tag List</gui></guiseq>.
+      Once you have activated the plugin, access it by selecting
+      <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, or by pressing
+      <key>F9</key>.</p>
 
-    <p>
+      <p>The side pane initially shows a list of open documents, so to view and
+      use the <app>tag list</app>, you will need to click on the tab showing
+      the "plus" icon at the bottom of the side pane. The icon will look
+      similar to this:</p>
+
+      <p>
       <media type="image" mime="image/png" src="figures/gedit-side-pane3.png"/>
-    </p>
+      </p>
     </section>
+
     <section id="inserting-tags">
       <title>Inserting Tags and Special Characters</title>
 
-  <p>The <app>tag list</app> uses a drop-down menu to let you choose from the
-  different types of tags. For example, one tag option is <gui>HTML - Tags
-  </gui>.</p>
+      <p>The <app>tag list</app> uses a drop-down menu to let you choose from
+      the different types of tags. For example, one tag option is
+      <gui>HTML - Tags</gui>.</p>
 
-  <p>To start inserting tags, complete the following:</p>
+      <p>To start inserting tags, complete the following:</p>
 
-<list type="numbered">
-<item><p>Move the cursor to where you will want to insert the tag or special
-character.</p></item>
-<item><p>Select the desired tag type from the drop-down menu at the top of the
-side pane.</p></item>
-<item><p>Scroll through the list to find the desired tag or character.</p>
-</item>
-<item><p>Double-click on the tag in the tag list.</p></item>
-</list>
+      <list type="numbered">
+        <item><p>Move the cursor to where you will want to insert the tag or
+        special character.</p></item>
+        <item><p>Select the desired tag type from the drop-down menu at the top
+        of the side pane.</p></item>
+        <item><p>Scroll through the list to find the desired tag or
+        character.</p></item>
+        <item><p>Double-click on the tag in the tag list.</p></item>
+      </list>
 
-<p>The tag or special character you've chosen will then be displayed in your
-document.</p>
+      <p>The tag or special character you have chosen will then be displayed in
+      your document.</p>
     </section>
   </section>
-<section id="tag-list-tips">
-  <title>Tag List Tips</title>
-<note style="tip"><p>You can also insert a tag by pressing <key>Return</key> or
-<keyseq><key>Shift</key><key>Return</key></keyseq>.</p> 
- <p>Pressing the <key>Return</key> key will insert the tag at the cursor
- position, and then return focus to the document. Pressing <keyseq><key>Shift
- </key><key>Return</key></keyseq> will insert the tag at the cursor position,
- but will keep the focus on the <app>tag-list</app>.</p></note>
-
-<note style="tip"><p>You can see a preview of what text will be inserted for
-each tag and special character by clicking on the word the <gui>Preview</gui>
-at the bottom of the side pane.</p></note>
+
+  <section id="tag-list-tips">
+    <title>Tag List Tips</title>
+    <note style="tip">
+      <p>You can also insert a tag by pressing <key>Return</key> or
+      <keyseq><key>Shift</key><key>Return</key></keyseq>.</p>
+      <p>Pressing the <key>Return</key> key will insert the tag at the cursor
+      position, and then return focus to the document. Pressing
+      <keyseq><key>Shift </key><key>Return</key></keyseq> will insert the tag
+      at the cursor position, but will keep the focus on the
+      <app>tag-list</app>.</p>
+    </note>
+
+    <note style="tip">
+      <p>You can see a preview of what text will be inserted for each tag and
+      special character by clicking on the word the <gui>Preview</gui> at the
+      bottom of the side pane.</p>
+    </note>
   </section>
 </page>
diff --git a/help/C/gedit-plugins-terminal.page b/help/C/gedit-plugins-terminal.page
index 9937c7d..fcfc306 100644
--- a/help/C/gedit-plugins-terminal.page
+++ b/help/C/gedit-plugins-terminal.page
@@ -15,10 +15,10 @@
 
   <title>Embedded terminal</title>
 
-  <p><app>gedit</app> makes it possible to include an embedded version of <app>
-  Gnome Terminal</app>, the GNOME command-line application, in the bottom pane
-  of the <app>gedit</app> window.  This will let you run scripts, install needed
-  software, or test your program without leaving <app>gedit</app>.</p>
+  <p><app>gedit</app> makes it possible to include an embedded version of
+  <app>Gnome Terminal</app>, the GNOME command-line application, in the bottom
+  pane of the <app>gedit</app> window.  This will let you run scripts, install
+  needed software, or test your program without leaving <app>gedit</app>.</p>
 
   <p>To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
   <gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>.</p>
diff --git a/help/C/gedit-printing-order.page b/help/C/gedit-printing-order.page
index e0ddf53..cb5c10c 100644
--- a/help/C/gedit-printing-order.page
+++ b/help/C/gedit-printing-order.page
@@ -30,9 +30,9 @@
  </p>
  <steps>
   <item><p><guiseq><gui>File</gui><gui>Print</gui></guiseq></p></item>
-  <item><p>In the <gui>General</gui> tab of the Print window under <em>Copies
-  </em>, check <gui>Reverse</gui>. The last page will be printed first, and so
-  on.</p></item>
+  <item><p>In the <gui>General</gui> tab of the Print window under
+  <em>Copies</em>, check <gui>Reverse</gui>. The last page will be printed
+  first, and so on.</p></item>
  </steps>
 </section>
 
@@ -52,8 +52,8 @@
  </p>
  <steps>
   <item><p>Click <guiseq><gui>File</gui><gui>Print</gui></guiseq></p></item>
-  <item><p>In the <gui>General</gui> tab of the Print window under <em>Copies
-  </em> check <gui>Collate</gui>. </p></item>
+  <item><p>In the <gui>General</gui> tab of the Print window under
+  <em>Copies</em> check <gui>Collate</gui>. </p></item>
  </steps>
  <media type="image" src="reverse-collate.png"/>
 </section>
diff --git a/help/C/gedit-printing-select.page b/help/C/gedit-printing-select.page
index e5b0c84..b5482db 100644
--- a/help/C/gedit-printing-select.page
+++ b/help/C/gedit-printing-select.page
@@ -22,17 +22,16 @@
 </p>
 <steps>
  <item><p>Click <guiseq><gui>File</gui><gui> Print...</gui></guiseq></p></item>
- <item><p>In the <gui>General</gui> tab in the Print window choose <gui>Pages
- </gui> from the <gui>Range</gui> section.</p></item>
-<item><p> Type the numbers of the pages you want to print in the textbox,
-separated by commas. Use a dash to denote a range of pages.
-</p></item>
+ <item><p>In the <gui>General</gui> tab in the Print window choose
+ <gui>Pages</gui> from the <gui>Range</gui> section.</p></item>
+ <item><p> Type the numbers of the pages you want to print in the textbox,
+ separated by commas. Use a dash to denote a range of pages.</p></item>
 </steps>
 
 <note>
 <p>
-For example, if you enter "1,3,5-7,9" in the <gui>Pages</gui> textbox, pages 
-1, 3, 5, 6, 7 and 9 will be printed.
+ For example, if you enter "1,3,5-7,9" in the <gui>Pages</gui> textbox, pages
+ 1, 3, 5, 6, 7 and 9 will be printed.
 </p>
  <media type="image" src="print-select.png"/>
 </note>
diff --git a/help/C/gedit-printing.page b/help/C/gedit-printing.page
index 7ae6d91..154f49b 100644
--- a/help/C/gedit-printing.page
+++ b/help/C/gedit-printing.page
@@ -23,19 +23,20 @@
   
   <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>
+  preview how the printed document will look by using the
+  <gui>Print Preview</gui> feature.</p>
     
   <section id="printing-to-paper" style="2column">
     <title>Printing to paper</title>
+    <!-- TODO! -->
   </section>
 
   <section id="printing-to-file" style="2column">
     <title>Printing output to a file</title>
 
- <p>You can also use <app>gedit</app> to print to a file. To do so, select
- <guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>.</p>
-    <p>Printing is enabled for the following file formats:</p>
+  <p>You can also use <app>gedit</app> to print to a file. To do so, select
+  <guiseq><gui>File</gui><gui>Print</gui><gui>Print to File</gui></guiseq>.</p>
+  <p>Printing is enabled for the following file formats:</p>
    <list>
     <item><p>Portable Document Format (.pdf)</p></item>
     <item><p>PostScript (.ps)</p></item>
diff --git a/help/C/gedit-quickstart.page b/help/C/gedit-quickstart.page
index 8b56cbd..10ee786 100644
--- a/help/C/gedit-quickstart.page
+++ b/help/C/gedit-quickstart.page
@@ -15,14 +15,14 @@
 
   <title>Get started with gedit</title>
   <p><app>gedit</app> is a full-featured text editor for the GNOME desktop
-  environment.  You can use it to prepare simple notes and documents, or you can
-  use some of its advanced features, making it your own software development
-  environment.</p>
+  environment.  You can use it to prepare simple notes and documents, or you
+  can use some of its advanced features, making it your own software
+  development environment.</p>
 
   <media type="image" mime="image/png" src="figures/gedit3-screenshot.png"/>
 
   <p>Once <app>gedit</app> launches, you can start writing right away. To save
-  your text, just click <gui>Save</gui>.</p>  
+  your text, just click <gui>Save</gui>.</p>
 
   <p>To learn about additional <app>gedit</app> features and to get assistance
   with performing additional tasks, explore <link xref="index">the other
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
index dc399b4..39a2f94 100644
--- a/help/C/gedit-replace.page
+++ b/help/C/gedit-replace.page
@@ -25,16 +25,15 @@
 
     <steps>
       <title>Replace text in <app>gedit</app></title>
-      <item><p>Open the Replace tool by clicking <guiseq><gui>Search</gui><gui>
-      Replace</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key>
-      </keyseq>.</p></item>
+      <item><p>Open the Replace tool by clicking <guiseq><gui>Search</gui>
+      <gui>Replace</gui></guiseq> or press <keyseq><key>Ctrl</key>
+      <key>H</key></keyseq>.</p></item>
       <item><p>Enter the text that you wish to replace into the 'Search for:'
       field.</p></item>
-      <item><p>Enter the new, replacement text into the 'Replace with:' field.
-      </p></item>
-      <item>
-        <p>Once you have entered the original and replacement text, select your
-        desired replacement options:</p>
+      <item><p>Enter the new, replacement text into the 'Replace with:'
+      field.</p></item>
+      <item><p>Once you have entered the original and replacement text, select
+      your desired replacement options:</p>
         <list>
           <item><p>To replace <em>only</em> the next matching portion of text,
           click <gui>Replace</gui>.</p></item>
@@ -45,8 +44,8 @@
     </steps>
 
     <note style="warning">
-      <p>Use the <gui>Replace All</gui> function with care. <gui>Replace All
-      </gui> works on the entirety of your text file, and does not allow you
+      <p>Use the <gui>Replace All</gui> function with care. <gui>Replace
+      All</gui> works on the entirety of your text file, and does not allow you
       to highlight portions of text where the replace function will be
       performed.</p>
     </note>
@@ -56,10 +55,10 @@
     <terms>
       <item>
         <title>Match case</title>
-        <p>The <em>Match case</em> option allows you to specify whether you want
-        your search to be case-sensitive. If this option is selected, searches
-        will be case-sensitive. If not, searches will not be case-sensitive.
-        </p>
+        <p>The <em>Match case</em> option allows you to specify whether you
+        want your search to be case-sensitive. If this option is selected,
+        searches will be case-sensitive. If not, searches will not be
+        case-sensitive.</p>
       </item>
       <item>
         <title>Match entire word only</title>
@@ -71,16 +70,16 @@
       </item>
       <item>
         <title>Search backwards</title>
-        <p>This command behaves identically to the Find Previous command. If you
-        wish to step through search results from end to beginning, select this
-        option.</p>
+        <p>This command behaves identically to the Find Previous command. If
+        you wish to step through search results from end to beginning, select
+        this option.</p>
       </item>
       <item>
         <title>Wrap around</title>
-        <p>With the <app>wrap around</app> option enabled, <app>gedit</app> will
-        re-start the search/replace action at the top of the file after it has
-        reached the bottom of the file. This ensures that your search/replace
-        action is made across your entire file.</p>
+        <p>With the <app>wrap around</app> option enabled, <app>gedit</app>
+        will re-start the search/replace action at the top of the file after it
+        has reached the bottom of the file. This ensures that your
+        search/replace action is made across your entire file.</p>
       </item>
     </terms>
   </section>
diff --git a/help/C/gedit-save-file.page b/help/C/gedit-save-file.page
index 0c41e05..044a2e7 100644
--- a/help/C/gedit-save-file.page
+++ b/help/C/gedit-save-file.page
@@ -15,8 +15,8 @@
 
   <p>To save a file in <app>gedit</app>, click on the disk-drive icon with the
   word <gui>Save</gui> next to it.  You may also select <guiseq><gui>File</gui>
-  <gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</key><key>S</key>
-  </keyseq>.</p>
+  <gui>Save</gui></guiseq>, or just press <keyseq><key>Ctrl</key>
+  <key>S</key></keyseq>.</p>
   <p>If you are saving a new file, the <gui>Save File</gui> dialog will appear,
   and you can select a name for the file, as well as the directory where you
   would like the file to be saved.</p>
diff --git a/help/C/gedit-syntax-highlighting.page b/help/C/gedit-syntax-highlighting.page
index 8a7f4d5..c10f9f5 100644
--- a/help/C/gedit-syntax-highlighting.page
+++ b/help/C/gedit-syntax-highlighting.page
@@ -21,10 +21,10 @@
     text.</p>
 
     <p>If your syntax or language is not highlighted upon startup, you can
-    select the appropriate syntax or language by clicking <guiseq><gui>View
-    </gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired
-    syntax. Alternately, you can select the syntax name from a list at the
-    bottom of the <app>gedit</app> window.</p>
+    select the appropriate syntax or language by clicking
+    <guiseq><gui>View</gui><gui>Highlight Mode</gui></guiseq>, and then
+    choosing the desired syntax. Alternately, you can select the syntax name
+    from a list at the bottom of the <app>gedit</app> window.</p>
   </section>
 
 </page>
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page
index 41486b5..ec02f10 100644
--- a/help/C/gedit-tabs.page
+++ b/help/C/gedit-tabs.page
@@ -26,16 +26,16 @@
 
   <section id="gedit-adding-tabs">
     <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>
+    <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 id="gedit-removing-tabs">
     <title>Removing tabs</title>
     <p>To remove a tab, click the <guiseq><gui>X</gui></guiseq> on the tab's
-    right side. To remove all open tabs, press <keyseq><key>Ctrl</key><key>Shift
-    </key><key>W</key></keyseq></p>
+    right side. To remove all open tabs, press <keyseq><key>Ctrl</key>
+    <key>Shift</key><key>W</key></keyseq>.</p>
   </section>
 
 </page>
diff --git a/help/C/gedit-view-open-files-in-sidepane.page b/help/C/gedit-view-open-files-in-sidepane.page
index a008836..56a9bbe 100644
--- a/help/C/gedit-view-open-files-in-sidepane.page
+++ b/help/C/gedit-view-open-files-in-sidepane.page
@@ -31,8 +31,8 @@
   <p>The side pane also contains a <app>File Browser</app> view. If the pane
   displays a file directory instead of currently open files, click
   <media type="image" mime="image/png" src="figures/gedit-side-pane2.png">
-  documents icon</media> at the bottom of the pane to switch to the <app>
-  Documents</app> view.</p>
+  documents icon</media> at the bottom of the pane to switch to the
+  <app>Documents</app> view.</p>
 
   <note>
     <p>The side pane only displays files that are open in the current window.
diff --git a/help/C/index.page b/help/C/index.page
index 1dc8e61..83ec562 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -25,8 +25,9 @@
   </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, visit the <link xref="gedit-quickstart">Get started with gedit
-  </link> and <link xref="gedit-shortcut-keys">Shortcut keys</link> pages.</p>
+  shortcuts, visit the <link xref="gedit-quickstart">Get started with
+  gedit</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>



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