Git commit 2efd91dbe4feef7d2d9359d91479e18b5449af4d by Burkhard L?ck, on behalf of Dominik Haumann. Committed on 09/08/2013 at 12:29. Pushed by lueck into branch 'KDE/4.11'.
mention #pop!Context again It's in the docs already since commit http://commits.kde.org/kate/c588e9f1f75d19a2916dff4b0c2b080242a716b9 Mentioning it explicitly again won't harm, though. CCBUG: 318592 (cherry picked from commit 0b3ec5422da9456fb699c0a93adf22da7201ecd3) backport to 4.11.1 M +1 -1 doc/kate/highlighting.docbook http://commits.kde.org/kate/2efd91dbe4feef7d2d9359d91479e18b5449af4d diff --git a/doc/kate/highlighting.docbook b/doc/kate/highlighting.docbook index b1357dd..94b51e3 100644 --- a/doc/kate/highlighting.docbook +++ b/doc/kate/highlighting.docbook @@ -544,7 +544,7 @@ previous context used in the string (<userinput>#pop</userinput>).</para> <para>An <emphasis>order</emphasis> followed by an exclamation mark (<emphasis>!</emphasis>) and an <emphasis>identifier</emphasis>, which will make the engine first follow the order and then switch to the -other context.</para> +other context, e.g. <userinput>#pop#pop!OtherContext</userinput>.</para> </listitem> </itemizedlist>
