From c05a3690125a4671f8c468e2c3d7c7d035fdc03a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Aug 2008 19:31:54 +0000 Subject: [PATCH] Fix a reference svn path=/trunk/; revision=7338 --- docs/reference/ChangeLog | 7 +++++++ docs/reference/glib/tmpl/gregex.sgml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9a8b9e33a..e4bf8cbbc 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-08-11 Matthias Clasen + + Bug 547262 – Missing link in the docs + + * glib/tmpl/gregex.sgml: Fix a reference. + Pointed out by Bastien Nocera + 2008-08-04 Matthias Clasen * === Released 2.17.6 === diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml index 703e62313..c1469b37a 100644 --- a/docs/reference/glib/tmpl/gregex.sgml +++ b/docs/reference/glib/tmpl/gregex.sgml @@ -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