summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-08-20 06:15:02 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-08-20 06:15:02 +0000
commit5407497a5ac22c48baf65ee9d89b471111ff503e (patch)
treeaee4a410f2247d4c645502a19cb33482a1473a19
parentd92ddce7941204242334b70dbc290ff5f6d454c3 (diff)
downloadpango-5407497a5ac22c48baf65ee9d89b471111ff503e.tar.gz
Fix docs
svn path=/trunk/; revision=2697
-rw-r--r--docs/tmpl/scripts.sgml4
-rw-r--r--pango/pango-language.c5
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 @@
<!-- ##### SECTION Title ##### -->
-Scripts
+Scripts and Languages
<!-- ##### SECTION Short_Description ##### -->
-Identifying writing systems
+Identifying writing systems and languages
<!-- ##### SECTION Long_Description ##### -->
<para>
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:
- * <informalexample>pango_language_get_sample_string
- * (pango_language_from_string ("xx"))</informalexample>.
+ * <informalexample><programlisting>
+ * pango_language_get_sample_string (pango_language_from_string ("xx"))
+ * </programlisting></informalexample>
*
* Return value: the sample string. This value is owned by Pango
* and should not be freed.