diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-05 21:15:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-05 21:15:27 -0500 |
commit | 3c152dcd9b0f62c878a1a56150fcbed404adb44c (patch) | |
tree | 4c077c7f12892cd4337b6318b42934f95a2705f3 /doc/kate | |
parent | 38a4b91dbd23ba7650b8e4e567f2c734c288ced6 (diff) | |
download | tdebase-3c152dcd9b0f62c878a1a56150fcbed404adb44c.tar.gz tdebase-3c152dcd9b0f62c878a1a56150fcbed404adb44c.zip |
Help handbook updates.
Diffstat (limited to 'doc/kate')
-rw-r--r-- | doc/kate/advanced.docbook | 6 | ||||
-rw-r--r-- | doc/kate/configuring.docbook | 8 | ||||
-rw-r--r-- | doc/kate/fundamentals.docbook | 6 | ||||
-rw-r--r-- | doc/kate/man-kate.1.docbook | 2 |
4 files changed, 11 insertions, 11 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> diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index 1acde0d5e..6e10ef67a 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -879,13 +879,13 @@ dialog): <listitem><para><emphasis role="bold">Nowhere:</emphasis> Don't guess the search text.</para></listitem> <listitem><para><emphasis role="bold">Selection Only:</emphasis> Use - the current text selection, if available. </para></listitem> + the current text selection, if available.</para></listitem> <listitem><para><emphasis role="bold">Selection, then Current Word:</emphasis> Use the current selection if available, otherwise use the current word. </para></listitem> <listitem><para><emphasis role="bold">Current Word Only:</emphasis> Use the word that the cursor is currently resting on, if -available. </para></listitem> +available.</para></listitem> <listitem><para><emphasis role="bold">Current Word, then Selection:</emphasis> Use the current word if available, otherwise use the current selection. </para></listitem> @@ -1113,7 +1113,7 @@ for &kate; config file and load the settings line from it.</para> <listitem><para>Backing up on save will cause &kate; to copy the disk file to <prefix><filename><suffix>' before saving changes. The suffix defaults to <emphasis role="bold">~</emphasis> and prefix is empty by -default. </para> +default.</para> <variablelist> <varlistentry> <term><guilabel>Local files</guilabel></term> @@ -1384,7 +1384,7 @@ with the following valid expressions: <varlistentry> <term><cmdsynopsis><command>auto-insert-doxygen</command><arg>BOOL</arg></cmdsynopsis></term> <listitem><para>Turn insertion of the leading asterisk in doxygen comments on or -off. This has no effect unless you use the cstyle auto-indenter. </para></listitem> +off. This has no effect unless you use the cstyle auto-indenter.</para></listitem> </varlistentry> <varlistentry> diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index 9f9637c22..f00c4a8e1 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -263,7 +263,7 @@ usual labeled icons. And above that, a menubar. <para> The left-hand window is a side bar. It combines the Documents and Filesystem Browser windows. Switch between the two by clicking on the tabs -to the left of the window. </para> +to the left of the window.</para> <para> If you've started &kate; with a file, the right-hand window will show @@ -423,7 +423,7 @@ text)</para></entry> </row> <row> <entry><para><keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo></para></entry> -<entry><para> Copy the marked text to the clipboard. </para></entry> +<entry><para> Copy the marked text to the clipboard.</para></entry> </row> <row> @@ -454,7 +454,7 @@ text)</para></entry> <row> <entry><para><keycombo action="simul">&Ctrl;<keycap>X</keycap></keycombo></para></entry> -<entry><para>Delete the marked text and copy it to the clipboard. </para></entry> +<entry><para>Delete the marked text and copy it to the clipboard.</para></entry> </row> <row> <entry><para><keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo></para></entry> diff --git a/doc/kate/man-kate.1.docbook b/doc/kate/man-kate.1.docbook index 1da635ad6..ff15e0009 100644 --- a/doc/kate/man-kate.1.docbook +++ b/doc/kate/man-kate.1.docbook @@ -43,7 +43,7 @@ line</replaceable></group> <refsect1> <title>Description</title> -<para>&kate; is the &tde; Advanced Text Editor. </para> +<para>&kate; is the &tde; Advanced Text Editor.</para> <para>&kate; also provides the editor part for various applications, under the name &kwrite;.</para> <para>Some of &kate;'s many features include configurable syntax |