diff options
author | rbuj <[email protected]> | 2020-04-16 22:51:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-24 11:17:54 +0200 |
commit | a4e97f5dce3fd69e46a5eace5cc44b44825d2784 (patch) | |
tree | 6575b1b76e704fb689cd3fdd23023ab9dd857847 /help | |
parent | 843f3189befc318020b8a55147d38a5afe291e37 (diff) | |
download | pluma-a4e97f5dce3fd69e46a5eace5cc44b44825d2784.tar.bz2 pluma-a4e97f5dce3fd69e46a5eace5cc44b44825d2784.tar.xz |
help: add a link to syntax and semantics of regex
Diffstat (limited to 'help')
-rw-r--r-- | help/C/index.docbook | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 29dd3306..c363df9f 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -508,6 +508,7 @@ <guimenu>Search</guimenu> <guimenuitem>Clear Highlight</guimenuitem> </menuchoice>.</para> + <para>Refer to the <link xlink:href="man:pcrepattern"> <citerefentry> <refentrytitle>pcrepattern</refentrytitle> <manvolnum>3</manvolnum> </citerefentry> </link> for more information about the syntax and the semantics of the regular expressions supported on <guilabel>Find</guilabel> dialog.</para> </section> <section xml:id="pluma-find-incremental"> |