[gedit/help-pages] Docs: Fix indentation and add license.



commit 6a51bf19f081efbc4959406b15b730aa28a26878
Author: Sindhu S <sindhus live in>
Date:   Fri Mar 22 03:36:58 2013 -0400

    Docs: Fix indentation and add license.
    
    Add Sindhu S as page editor.

 help/C/gedit-replace.page |   64 +++++++++++++++++++++++++++-----------------
 1 files changed, 39 insertions(+), 25 deletions(-)
---
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
index 59031a0..f2c47a7 100644
--- a/help/C/gedit-replace.page
+++ b/help/C/gedit-replace.page
@@ -10,11 +10,15 @@
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
     </credit>
-
     <credit type="author">
       <name>Daniel Neel</name>
       <email>dneelyep gmail com</email>
     </credit>
+    <credit type="editor">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
   <title>Replace text</title>
@@ -25,20 +29,31 @@
 
     <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>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>Open the Replace tool by clicking
+        <guiseq><gui style="menu">Search</gui>
+        <gui style="menuitem">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>
         <list>
-          <item><p>To replace <em>only</em> the next matching portion of text,
-          click <gui>Replace</gui>.</p></item>
-          <item><p>To replace <em>all occurrences</em> of the searched-for text,
-          click <gui>Replace All</gui>.</p></item>
+          <item>
+            <p>To replace <em>only</em> the next matching portion of text, click
+            <gui>Replace</gui>.</p>
+          </item>
+          <item>
+            <p>To replace <em>all occurrences</em> of the searched-for text,
+          click <gui>Replace All</gui>.</p>
+        </item>
         </list>
       </item>
     </steps>
@@ -55,10 +70,9 @@
     <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>
@@ -70,16 +84,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>


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