Git commit 2db4c6405826027fe38a066f2aa16071fc310bee by Yuri Chornoivan. Committed on 16/02/2013 at 10:28. Pushed by yurchor into branch 'master'.
Fix XML, fix typo, remove duplicated content. M +3 -15 doc/kate/menus.docbook http://commits.kde.org/kate/2db4c6405826027fe38a066f2aa16071fc310bee diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index 381478f..2bfe483 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -1443,15 +1443,15 @@ to the opening tag. </menuchoice></term> <listitem><para> If the selected portion is not a comment, this item will enclose that portion -in &HTML;/XML comments (e.g. -<computeroutput><-- selected texxt --></computeroutput>). If the selected +in &HTML;/XML comments (⪚ +<computeroutput><-- selected text --></computeroutput>). If the selected portion is a comment, the comment tags will be removed instead. </para></listitem> </varlistentry> <!--FIXME: (Go to|Select next) (previous|next) edit point --> -<varlistentry id="tools-scripts-emmet-toggle-comment"> +<varlistentry id="tools-scripts-emmet-toggle-delete-tag"> <term><menuchoice> <guimenu>Tools</guimenu><guisubmenu>Scripts</guisubmenu><guisubmenu>Emmet</guisubmenu> <guimenuitem>Delete tag under cursor</guimenuitem> @@ -1510,18 +1510,6 @@ For example, if <userinput>5</userinput> is selected, it will become </para></listitem> </varlistentry> -<varlistentry id="tools-scripts-emmet-increment-number-by-1"> -<term><menuchoice> -<guimenu>Tools</guimenu><guisubmenu>Scripts</guisubmenu><guisubmenu>Emmet</guisubmenu> -<guimenuitem>Increment number by 1</guimenuitem> -</menuchoice></term> -<listitem><para> -This item will add one to the currently selected text, if it is a number. -For example, if <userinput>5</userinput> is selected, it will become -<computeroutput>6</computeroutput>. -</para></listitem> -</varlistentry> - <varlistentry id="tools-scripts-emmet-increment-number-by-10"> <term><menuchoice> <guimenu>Tools</guimenu><guisubmenu>Scripts</guisubmenu><guisubmenu>Emmet</guisubmenu>
