diff options
Diffstat (limited to 'common/locale/en-US/pattern.xml')
-rw-r--r-- | common/locale/en-US/pattern.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index 403df7de..ace1c205 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -25,14 +25,20 @@ <p>Search forward for the first occurrence of <a>pattern</a>.</p> <p> - If <str>\c</str> appears anywhere in the pattern the whole pattern is handled as though - <o>ignorecase</o> is on. <str>\C</str> forces case-sensitive matching for the whole pattern. - </p> - <p> - If <str>\l</str> appears in the pattern only the text of links is searched for a - match as though <o>linksearch</o> is on. <str>\L</str> forces the entire page to be searched - for a match. + The following escape sequences can be used to modify the + behavior of the search. When flags conflict, the last to + appear is the one that takes effect. </p> + + <dl> + <dt>\c</dt> <dd>Perform case insensitive search (default + if <o>ignorecase</o> is set).</dd> + <dt>\C</dt> <dd>Perform case sensitive search</dd> + <dt>\l</dt> <dd>Search only in links, as defined by + <o>hinttags</o>. (default if <o>linksearch</o> is + set).</dd> + <dt>\L</dt> <dd>Do not search only in links.</dd> + </dl> </description> </item> @@ -54,7 +60,7 @@ <tags>n</tags> <spec>n</spec> <description> - <p>Find next. Repeat the last search 1 time (until count is supported).</p> + <p>Find next. Repeat the last search.</p> </description> </item> @@ -63,10 +69,7 @@ <tags>N</tags> <spec>N</spec> <description> - <p> - Find previous. Repeat the last search 1 time (until count is supported) in the - opposite direction. - </p> + <p>Find previous. Repeat the last search in the opposite direction.</p> </description> </item> |