diff options
-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> |