From efcee358dac496422e663d6508f68c251a2d7c3f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Nov 2014 23:48:41 +0530 Subject: [PATCH] ... --- manual/function_mode.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manual/function_mode.rst b/manual/function_mode.rst index 52f346a5c5..f8c3a79174 100644 --- a/manual/function_mode.rst +++ b/manual/function_mode.rst @@ -145,7 +145,8 @@ automatically incremented for every successive match. Another new feature is the use of ``replace.file_order`` -- setting that to ``'spine'`` means that if this search is run on multiple HTML files, the files -are processed in the order in which they appear in the book. +are processed in the order in which they appear in the book. See +:ref:`file_order_replace_all` for details. Auto create a Table of Contents @@ -333,6 +334,8 @@ function from python. The output of print will be displayed in a popup window after the Find/replace has completed. You saw an example of using ``print()`` to output an entire table of contents above. +.. _file_order_replace_all: + Choose file order when running on multiple HTML files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^