diff options
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/epiphany.xml | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 02024ab1d..dd8eb6648 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -334,10 +334,39 @@ you can choose items related to the display of the web page.</para> <para> </para> </sect2> - <sect2 id="to-search-for-text-in-page"> - <title>To Search for Text in a Page</title> - <para> - </para> + <sect2 id="to-find-text-in-page"> + <title>To Find Text in a Page</title> + <para>To search a page for a string, perform the following steps:</para> + <orderedlist> + <listitem><para>Choose + <menuchoice> <guimenu>Edit</guimenu> + <guimenuitem>Find</guimenuitem> </menuchoice> + to display the <guilabel>Find</guilabel> dialog.</para> + </listitem> + <listitem><para>Type the string that you want to find, in the + <guilabel>Find</guilabel> field.</para> + </listitem> + <listitem><para>Select the <guilabel>Case sensitive</guilabel> option + to only find occurrences of the string that match the case of the text that you + type. </para> + </listitem> + <listitem><para>Select the <guilabel>Wrap around</guilabel> option to search to the end of the page and then continue the search from the beginning of the page. </para> + </listitem> + <listitem><para>Click <guibutton>Next</guibutton> to search the file + for the first occurrence of the string. If <application>&fr;</application> + finds the string, the application moves the cursor to the string, and selects + the string.</para> + </listitem> + <listitem><para>To find the next occurrence of the string, click + <guibutton>Next</guibutton>.</para> + </listitem> + <listitem><para>To find the previous occurrence of the string, click + <guibutton>Previous</guibutton>.</para> + </listitem> + <listitem><para>To finish the search, click + <guibutton>Close</guibutton>. </para> + </listitem> + </orderedlist> </sect2> <sect2 id="to-change-zoom"> <title>To Change the Zoom Factor</title>
|