diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-03 15:57:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-03 15:57:17 +0900 |
commit | 7d5d5cf9294ab828c612eb028f95f0c2abcc7940 (patch) | |
tree | efe1641dd8ccb4e23afadb5a1347ece8ca94081a | |
parent | 72a6327581015d452eb1ec3549394e47e6311aaa (diff) | |
download | tdebase-7d5d5cf9294ab828c612eb028f95f0c2abcc7940.tar.gz tdebase-7d5d5cf9294ab828c612eb028f95f0c2abcc7940.zip |
Updated Kate and KWrite's handbooks with the new 'Delete Line' command. This relates to bug 1907.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/kate/menus.docbook | 8 | ||||
-rw-r--r-- | doc/kwrite/index.docbook | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index 92c91618a..c25ef6d04 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -1084,6 +1084,14 @@ word.</para></listitem> </varlistentry> <varlistentry> +<term><anchor id="tools-delete-line"/><menuchoice> +<guimenu>Tools</guimenu> +<guimenuitem>Delete Line</guimenuitem> +</menuchoice></term> +<listitem><para>Delete the current line.</para></listitem> +</varlistentry> + +<varlistentry> <term><anchor id="tools-join-lines"/><menuchoice> <shortcut> <keycombo action="simul">&Ctrl;<keycap>J</keycap></keycombo> diff --git a/doc/kwrite/index.docbook b/doc/kwrite/index.docbook index f4613d0a7..8b8d1d389 100644 --- a/doc/kwrite/index.docbook +++ b/doc/kwrite/index.docbook @@ -1562,6 +1562,14 @@ word.</para></listitem> <varlistentry> <term><menuchoice> +<guimenu>Tools</guimenu> +<guimenuitem>Delete Line</guimenuitem> +</menuchoice></term> +<listitem><para>Delete the current line.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> <shortcut> <keycombo action="simul">&Ctrl;<keycap>J</keycap></keycombo> </shortcut> |