Git commit 800a93f1402a80272140e9aa7a5b577b561f65e1 by Burkhard L?ck. Committed on 29/07/2013 at 04:54. Pushed by lueck into branch 'KDE/4.11'.
fix number of folding menu items (cherry picked from commit d5ee6c72383a1f75bcf7b9df5aaa6914ca4e2b6f) backport to 4.11.1 M +2 -2 doc/kate/advanced.docbook http://commits.kde.org/kate/800a93f1402a80272140e9aa7a5b577b561f65e1 diff --git a/doc/kate/advanced.docbook b/doc/kate/advanced.docbook index edc333d..a6dd662 100644 --- a/doc/kate/advanced.docbook +++ b/doc/kate/advanced.docbook @@ -889,8 +889,8 @@ The Folding Markers Pane in the left side of the screen displays a graphical view of the foldable regions, with triangle symbols to indicate the possible operation on a given region: a top down triangle means that the region is expanded, clicking it will collapse the region and a right pointing triangle will be displayed instead.</para> - -<para>Eleven commands are provided to manipulate the state of folding regions, +<!--FIXME change Three to Four when Unfold Toplevel Nodes action is back--> +<para>Three commands are provided to manipulate the state of folding regions, see the <link linkend="view-code-folding">menu documentation</link>. </para>
