From 99d7d8dd6ff6b290094af5309679fe6818f582eb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Nov 2014 17:47:56 +0530 Subject: [PATCH] Make the find expression for auto-numbering a little more general --- manual/function_mode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/function_mode.rst b/manual/function_mode.rst index 8c01809995..f326008247 100644 --- a/manual/function_mode.rst +++ b/manual/function_mode.rst @@ -131,7 +131,7 @@ they look like :code:`

1. Some text

`. Use it with the find expression:: - (]*>)([^<>]+) + (?s)(]*>)(.+?) Place the cursor at the top of the file and click :guilabel:`Replace all`. This function uses another of the useful extra arguments to ``replace()``: the