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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^