SF.net SVN: geany:[5913] trunk

colombanw at users.sourceforge.net colombanw at xxxxx
Mon Sep 12 23:11:50 UTC 2011


Revision: 5913
          http://geany.svn.sourceforge.net/geany/?rev=5913&view=rev
Author:   colombanw
Date:     2011-09-12 23:11:49 +0000 (Mon, 12 Sep 2011)
Log Message:
-----------
Fix a few typos in the docs

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-09-12 23:04:53 UTC (rev 5912)
+++ trunk/ChangeLog	2011-09-12 23:11:49 UTC (rev 5913)
@@ -5,6 +5,8 @@
    #3405321).
  * src/filetypes.c:
    Add missing MIME type to a few filetypes.
+ * doc/geany.txt, doc/geany.html:
+   Fix a few typos.
 
 
 2011-09-12  Colomban Wendling  <colomban(at)geany(dot)org>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2011-09-12 23:04:53 UTC (rev 5912)
+++ trunk/doc/geany.html	2011-09-12 23:11:49 UTC (rev 5913)
@@ -5163,7 +5163,7 @@
 <li>1 -- Visual flag at end of subline drawn near text</li>
 <li>2 -- Visual flag at begin of subline drawn near text</li>
 </ul>
-<p>Only first and second argument is interpreted.</p>
+<p>Only first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">line_wrap_visuals=3;0;false;false</tt></p>
 </dd>
 <dt>line_wrap_indent</dt>
@@ -5176,7 +5176,7 @@
 <li>1 - Wrapped sublines are aligned to first subline indent (use the same indentation)</li>
 <li>2 - Wrapped sublines are aligned to first subline indent plus one more level of indentation</li>
 </ul>
-<p>Only first and second argument is interpreted.</p>
+<p>Only first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">line_wrap_indent=0;1;false;false</tt></p>
 </dd>
 <dt>translucency</dt>
@@ -5184,14 +5184,14 @@
 (second argument). Values between 0 and 256 are accepted.</p>
 <p>Note for Windows 95, 98 and ME users:
 keep this value at 256 to disable translucency otherwise Geany might crash.</p>
-<p>Only the first and second argument is interpreted.</p>
+<p>Only the first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">translucency=256;256;false;false</tt></p>
 </dd>
 <dt>marker_line</dt>
 <dd><p class="first">The style for a highlighted line (e.g when using Goto line or goto tag).
 The foreground color (first argument) is only used when the Markers margin
 is enabled (see View menu).</p>
-<p>Only the first and second argument is interpreted.</p>
+<p>Only the first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">marker_line=0x000000;0xffff00;false;false</tt></p>
 </dd>
 <dt>marker_search</dt>
@@ -5204,7 +5204,7 @@
 <dd><p class="first">The style for a marked line (e.g when using the "Toggle Marker" keybinding
 (Ctrl-M)). The foreground color (first argument) is only used
 when the Markers margin is enabled (see View menu).</p>
-<p>Only the first and second argument is interpreted.</p>
+<p>Only the first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">marker_mark=0x000000;0xb8f4b8;false;false</tt></p>
 </dd>
 <dt>marker_translucency</dt>
@@ -5212,14 +5212,14 @@
 (second argument). Values between 0 and 256 are accepted.</p>
 <p>Note for Windows 95, 98 and ME users:
 keep this value at 256 to disable translucency otherwise Geany might crash.</p>
-<p>Only the first and second argument is interpreted.</p>
+<p>Only the first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">marker_translucency=256;256;false;false</tt></p>
 </dd>
 <dt>line_height</dt>
 <dd><p class="first">Amount of space to be drawn above and below the line's baseline.
 The first argument defines the amount of space to be drawn above the line, the second
 argument defines the amount of space to be drawn below.</p>
-<p>Only the first and second argument is interpreted.</p>
+<p>Only the first and second arguments are interpreted.</p>
 <p class="last"><em>Example:</em> <tt class="docutils literal">line_height=0;0;false;false</tt></p>
 </dd>
 <dt>calltips</dt>
@@ -6647,7 +6647,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2011-08-25 15:23 UTC.
+Generated on: 2011-09-12 23:10 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2011-09-12 23:04:53 UTC (rev 5912)
+++ trunk/doc/geany.txt	2011-09-12 23:11:49 UTC (rev 5913)
@@ -4309,7 +4309,7 @@
     * 1 -- Visual flag at end of subline drawn near text
     * 2 -- Visual flag at begin of subline drawn near text
 
-    Only first and second argument is interpreted.
+    Only first and second arguments are interpreted.
 
     *Example:* ``line_wrap_visuals=3;0;false;false``
 
@@ -4324,7 +4324,7 @@
     * 1 - Wrapped sublines are aligned to first subline indent (use the same indentation)
     * 2 - Wrapped sublines are aligned to first subline indent plus one more level of indentation
 
-    Only first and second argument is interpreted.
+    Only first and second arguments are interpreted.
 
     *Example:* ``line_wrap_indent=0;1;false;false``
 
@@ -4335,7 +4335,7 @@
     Note for Windows 95, 98 and ME users:
     keep this value at 256 to disable translucency otherwise Geany might crash.
 
-    Only the first and second argument is interpreted.
+    Only the first and second arguments are interpreted.
 
     *Example:* ``translucency=256;256;false;false``
 
@@ -4344,7 +4344,7 @@
     The foreground color (first argument) is only used when the Markers margin
     is enabled (see View menu).
 
-    Only the first and second argument is interpreted.
+    Only the first and second arguments are interpreted.
 
     *Example:* ``marker_line=0x000000;0xffff00;false;false``
 
@@ -4361,7 +4361,7 @@
     (Ctrl-M)). The foreground color (first argument) is only used
     when the Markers margin is enabled (see View menu).
 
-    Only the first and second argument is interpreted.
+    Only the first and second arguments are interpreted.
 
     *Example:* ``marker_mark=0x000000;0xb8f4b8;false;false``
 
@@ -4372,7 +4372,7 @@
     Note for Windows 95, 98 and ME users:
     keep this value at 256 to disable translucency otherwise Geany might crash.
 
-    Only the first and second argument is interpreted.
+    Only the first and second arguments are interpreted.
 
     *Example:* ``marker_translucency=256;256;false;false``
 
@@ -4381,7 +4381,7 @@
     The first argument defines the amount of space to be drawn above the line, the second
     argument defines the amount of space to be drawn below.
 
-    Only the first and second argument is interpreted.
+    Only the first and second arguments are interpreted.
 
     *Example:* ``line_height=0;0;false;false``
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list