[gedit] docs: edited spellcheck page for style. updated shortcuts for 3.10 tab indentation



commit cbea75fd18a6560b4fc90688767bd59376f51a9c
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Aug 24 16:58:09 2013 -0500

    docs: edited spellcheck page for style. updated shortcuts for 3.10 tab indentation
    
      * custom dictionaries weren't explained very clearly.
      * can use tab and shift-tab to indent and un-indent in gedit 3.10

 help/C/gedit-shortcut-keys.page |   10 +++++++++-
 help/C/gedit-spellcheck.page    |   14 ++++++++------
 2 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index b14753a..9fe5ba4 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -5,7 +5,7 @@
 
   <info>
     <link type="guide" xref="index"/>
-    <revision pkgversion="3.8" date="2013-04-07" status="review"/>
+    <revision pkgversion="3.10" date="2013-08-23" status="review"/>
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
@@ -207,6 +207,14 @@ Please skip this list for now. I'm not sure if it is needed.
           <td><p>Move the selected line down one line</p></td>
           <td><p><keyseq><key>Alt</key><key>Down Arrow</key></keyseq></p></td>
         </tr>
+        <tr>
+          <td><p>Add a tab stop</p></td>
+          <td><p><keyseq><key>Tab</key></keyseq></p></td>
+        </tr>
+        <tr>
+          <td><p>Remove a tab stop</p></td>
+          <td><p><keyseq><key>Shift</key><key>Tab</key></keyseq></p></td>
+        </tr>
       </tbody>
     </table>
 
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
index 707551f..dff1946 100644
--- a/help/C/gedit-spellcheck.page
+++ b/help/C/gedit-spellcheck.page
@@ -122,12 +122,14 @@
   <section id="dict">
     <title>Dictionaries</title>
 
-    <p><link href="http://www.abisource.com/projects/enchant/";>Enchant</link>
-    is used for the spell checking in <app>gedit</app>. Enchant uses one or
-    several backends such as Hunspell or Aspell for the dictionaries.</p>
+    <p><app>gedit</app> uses
+    <link href="http://www.abisource.com/projects/enchant/";>Enchant</link>,
+    a small system utility, for spell checking. Enchant can use
+    several different dictionaries to check your spelling. Two such
+    dictionary back-ends are <em>Hunspell</em> and <em>Aspell</em>.</p>
 
-    <p>If the language which you want to use is not available in
-    <app>gedit</app>, install a dictionary for one of the supported
-    backends.</p>
+    <p>If the language you want to use is not available in <app>gedit</app>,
+    use your computer's software installer or package manager to install the
+    dictionary back-end that you want.</p>
   </section>
 </page>


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