From 872c7ea1590abb04e02131efd6a21bf23d0ea814 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 Aug 2022 13:44:54 +0530 Subject: [PATCH] ... --- manual/viewer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/viewer.rst b/manual/viewer.rst index 42f674ac64..13df7e0c75 100644 --- a/manual/viewer.rst +++ b/manual/viewer.rst @@ -184,8 +184,8 @@ Available modes are: and ``cool`` occur within sixty characters of each other. To change the number of charcters add the new number to the end of the list of words. For instance, ``calibre cool awesome 120`` will match places where the three - words occur within 120 characters of each other. - + words occur within 120 characters of each other. Note that punctuation and + accents are *not* ignored for these searches. #. :guilabel:`Regex` - Interprets the search text as a *regular expression*. To learn more about using regular expressions, see :doc:`the tutorial