summaryrefslogtreecommitdiffstats
path: root/doc/kate/advanced.docbook
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-05 21:15:27 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-05 21:15:27 -0500
commit3c152dcd9b0f62c878a1a56150fcbed404adb44c (patch)
tree4c077c7f12892cd4337b6318b42934f95a2705f3 /doc/kate/advanced.docbook
parent38a4b91dbd23ba7650b8e4e567f2c734c288ced6 (diff)
downloadtdebase-3c152dcd9b0f62c878a1a56150fcbed404adb44c.tar.gz
tdebase-3c152dcd9b0f62c878a1a56150fcbed404adb44c.zip
Help handbook updates.
Diffstat (limited to 'doc/kate/advanced.docbook')
-rw-r--r--doc/kate/advanced.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kate/advanced.docbook b/doc/kate/advanced.docbook
index d16437121..a5d5c789e 100644
--- a/doc/kate/advanced.docbook
+++ b/doc/kate/advanced.docbook
@@ -20,7 +20,7 @@ editing.</para>
<para>The rules for how commenting is done are defined in the syntax
definitions, so if syntax highlighting is not used, commenting/uncommenting
-is not possible. </para>
+is not possible.</para>
<para>Some formats define single line comment markers, some multiline
markers and some both. If multiline markers are not available,
@@ -1222,13 +1222,13 @@ by the KDE translation teams, if the files are in KDE's SVN repository.</para>
linkend="advanced-editing-tools-scripting-introduction">above</link>) for
<filename>*.js</filename> files. For every file it checks whether there is a
corresponding <filename>.desktop</filename> file, like for uppercase.js it
-would look for uppercase.desktop. </para>
+would look for uppercase.desktop.</para>
<para>If a <filename>.desktop</filename> file can not be found the script will
be registered in katepart's command line with the filename without the ending
.js, so in our example this would be <literal>uppercase</literal>. If the
command-name is fine and you don't need the extra features a
<filename>.desktop</filename> file provides you do not need a
-<filename>.desktop</filename> file at all. </para>
+<filename>.desktop</filename> file at all.</para>
<para>If a <filename>.desktop</filename> file exists katepart will read the name
under which the script will be registered from the .desktop-entry
X-Kate-Command, for example X-Kate-Command=uppercase-selection.</para>