From caebe727beb72c4a0699b58a629ae7840e56e922 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 25 Apr 2006 14:45:50 +0000 Subject: fixing 3 bugs. Fixes bug 339094. 2006-04-25 Andre Klapper * C/evolution.xml: fixing 3 bugs. Fixes bug 339094. svn path=/trunk/; revision=31889 --- help/C/evolution.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/C/evolution.xml') diff --git a/help/C/evolution.xml b/help/C/evolution.xml index 2a9ab142dc..2c918ef139 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -5167,7 +5167,7 @@ Accepting and Replying to a Meeting Request regular expression - A regular expression (regex) is a way of describing a string of text using metacharacters or wildcard symbols. For example, the statement fly.*so[au]p means any phrase beginning with “fly” and ending in “oup” or “soap”. If you searched for that expression, you'd find both “fly in my soup” and “fly in my soap.” For more information, enter man grep from the command line. + A regular expression (regex) is a way of describing a string of text using metacharacters or wildcard symbols. For example, the statement fly.*so[au]p means any phrase beginning with “fly” and ending in “soup” or “soap”. If you searched for that expression, you'd find both “fly in my soup” and “fly in my soap.” For more information, enter man grep from the command line. @@ -5185,7 +5185,7 @@ Accepting and Replying to a Meeting Request search folder - An e-mail organization tool. Search folders allow you to create a folder that contains the results of a complex search. search folder contents are updated dynamically. + An e-mail organization tool. Search folders allow you to create a folder that contains the results of a complex search. Search folder contents are updated dynamically. @@ -5233,7 +5233,7 @@ Accepting and Replying to a Meeting Request vCard - A file format for the exchange of contact information. When you get an address card attached to an e-mail, it's probably in vCard format. Contrast with search folder. + A file format for the exchange of contact information. When you get an address card attached to an e-mail, it's probably in vCard format. -- cgit