From 584e427b725931ec14d39483352ed2b937fa0bfa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Nov 2014 18:48:03 +0530 Subject: [PATCH] ... --- manual/function_mode.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/function_mode.rst b/manual/function_mode.rst index d040bd6b3e..56d8214981 100644 --- a/manual/function_mode.rst +++ b/manual/function_mode.rst @@ -200,8 +200,8 @@ key new feature is the use of another useful extra argument to the *dict* that persists between all successive invocations of ``replace()`` during a single :guilabel:`Replace All` operation. -Another new feature is the use of ``call_after_last_match`` setting that to -True on the ``replace()`` function means that the editor will call +Another new feature is the use of ``call_after_last_match`` -- setting that to +``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``.