From 5407497a5ac22c48baf65ee9d89b471111ff503e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 20 Aug 2008 06:15:02 +0000 Subject: Fix docs svn path=/trunk/; revision=2697 --- docs/tmpl/scripts.sgml | 4 ++-- pango/pango-language.c | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/tmpl/scripts.sgml b/docs/tmpl/scripts.sgml index 17aa595e..a87e7fb4 100644 --- a/docs/tmpl/scripts.sgml +++ b/docs/tmpl/scripts.sgml @@ -1,8 +1,8 @@ -Scripts +Scripts and Languages -Identifying writing systems +Identifying writing systems and languages diff --git a/pango/pango-language.c b/pango/pango-language.c index 5aedd564..844dae7e 100644 --- a/pango/pango-language.c +++ b/pango/pango-language.c @@ -391,8 +391,9 @@ static const LangInfo lang_texts[] = { * "The quick brown fox..." is returned. This can be detected by * comparing the returned pointer value to that returned for (non-existent) * language code "xx". That is, compare to: - * pango_language_get_sample_string - * (pango_language_from_string ("xx")). + * + * pango_language_get_sample_string (pango_language_from_string ("xx")) + * * * Return value: the sample string. This value is owned by Pango * and should not be freed. -- cgit v1.2.1