Git commit 0b3ec5422da9456fb699c0a93adf22da7201ecd3 by Dominik Haumann. Committed on 09/08/2013 at 12:29. Pushed by dhaumann into branch 'master'.
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. BUG: 318592 M +1 -1 doc/kate/highlighting.docbook http://commits.kde.org/kate/0b3ec5422da9456fb699c0a93adf22da7201ecd3 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>
