From 80ed173b44a9bbba664f222ad030f64b447967c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Nov 2014 18:37:33 +0530 Subject: [PATCH] ... --- manual/function_mode.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manual/function_mode.rst b/manual/function_mode.rst index f326008247..4dda6342a5 100644 --- a/manual/function_mode.rst +++ b/manual/function_mode.rst @@ -205,6 +205,11 @@ True on the ``replace()`` function means that the editor will call ``replace()`` one extra time after all matches have been found. For this extra call, the match object will be ``None``. +This was just a demonstration to show you the power of function mode, +if you really needed to generate a Table of Contents from headings in your book, +you would be better off using the dedicated Table of Contents tool in +:guilabel:`Tools->Table of Contents`. + The API for the function mode -------------------------------