diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-11-30 01:33:19 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-11-30 01:33:19 +0800 |
commit | cb5a1deee0c9cb099fdf5d561018febbc3c294df (patch) | |
tree | 250c6a1d418369e43788410bafd95c70d2fa4f62 /doc/C/apx-gloss.sgml | |
parent | ef585975d00ddbc021fa9a1181723c67b3223a82 (diff) | |
download | gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.gz gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.zst gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.zip |
added some <glossterms>, added linkends to existing glossterms.
2000-11-29 Aaron Weber <aaron@helixcode.com>
* C/config-setupassist.sgml: added some <glossterms>, added linkends to existing glossterms.
2000-11-28 Aaron Weber <aaron@helixcode.com>
* C/evolution-guide.sgml: Changed intro to Config section. Now
defines what, exactly, "configurable" means.
* C/usage-print.sgml: Stylistic revisions.
* C/usage-calendar.sgml: Stylistic revisions.
* C/usage-contact.sgml: Stylistic revisions.
svn path=/trunk/; revision=6716
Diffstat (limited to 'doc/C/apx-gloss.sgml')
-rw-r--r-- | doc/C/apx-gloss.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/C/apx-gloss.sgml b/doc/C/apx-gloss.sgml index f04b381d19..365e64b60d 100644 --- a/doc/C/apx-gloss.sgml +++ b/doc/C/apx-gloss.sgml @@ -298,7 +298,7 @@ <para> A regular expression, or "regex", is a way of describing a string of text using metacharacters or wild-card symbols. For - example, the statement <userinput>fly*so[a|u]p</userinput> means + example, the statement <userinput>fly.*so[a|u]p</userinput> 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." There's not room here to |