Fix a reference
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Aug 2008 19:31:54 +0000 (19:31 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Aug 2008 19:31:54 +0000 (19:31 +0000)
svn path=/trunk/; revision=7338

docs/reference/ChangeLog
docs/reference/glib/tmpl/gregex.sgml

index 9a8b9e33a41eb87a2484dddacf01b8c309df1d94..e4bf8cbbc1cc6be0b0e87db7dda32039b7c79cde 100644 (file)
@@ -1,3 +1,10 @@
+2008-08-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 547262 – Missing link in the docs
+
+       * glib/tmpl/gregex.sgml: Fix a reference.
+       Pointed out by Bastien Nocera
+
 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.17.6 ===
index 703e623134008f3644a9d7cbcaff537b49dad73b..c1469b37a365cacf6cda0fa786e0f352656cd875 100644 (file)
@@ -220,7 +220,7 @@ with "a" or "b", it matches the empty string at the start of the string.
 With this flag set, this match is not valid, so GRegex searches further
 into the string for occurrences of "a" or "b".
 @G_REGEX_MATCH_PARTIAL: Turns on the partial matching feature, for more
-documentation on partial matching see g_regex_is_partial_match().
+documentation on partial matching see g_match_info_is_partial_match().
 @G_REGEX_MATCH_NEWLINE_CR: Overrides the newline definition set when creating
 a new #GRegex, setting the '\r' character as line terminator.
 @G_REGEX_MATCH_NEWLINE_LF: Overrides the newline definition set when creating