From d1674cc8a47cf910f527be20e8e5ae465258434b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 Jul 2014 22:25:39 +0530 Subject: [PATCH] ... --- manual/creating_plugins.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index b595cd1611..c813039dfd 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -214,8 +214,10 @@ self-explanatory. Read the API documents of the main.py ^^^^^^^^^ -Here we will see the definition of a single tool that does a does a couple of -simple things that demonstrate the editor API most plugins will use. +Here we will see the definition of a single tool that will multiply all font +sizes in the book by a number provided by the user. This tool demonstrates +various important concepts that you will need in developing your own plugins, +so you should read the (heavily commented) source code carefully. .. literalinclude:: plugin_examples/editor_demo/main.py :lines: 8-