From 5d8b1b825933e607a6b4ecb36702b5cd0ccd6962 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 13:45:19 +0100 Subject: Tweak texinfo syntax. --- doc/unicase.texi | 2 +- doc/unictype.texi | 4 ++-- doc/uninorm.texi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/unicase.texi b/doc/unicase.texi index 14b46be..e88a0a4 100644 --- a/doc/unicase.texi +++ b/doc/unicase.texi @@ -91,7 +91,7 @@ The @var{nf} argument designates the normalization. @cindex locale language These functions are locale dependent. The @var{iso639_language} argument -identifies the language (e.g. @code{"tr"} for Turkish). NULL means to use +identifies the language (e.g@. @code{"tr"} for Turkish). NULL means to use locale independent case mappings. @deftypefun {const char *} uc_locale_language () diff --git a/doc/unictype.texi b/doc/unictype.texi index 48aa43c..378f43f 100644 --- a/doc/unictype.texi +++ b/doc/unictype.texi @@ -850,7 +850,7 @@ Returns the name of a joining group. @end deftypefun @deftypefun int uc_joining_group_byname (const char *@var{joining_group_name}) -Returns the joining group given by name, e.g.@ @code{"Teh_Marbuta"}. +Returns the joining group given by name, e.g@. @code{"Teh_Marbuta"}. @end deftypefun The following function gives the joining group of every Unicode character. @@ -1013,7 +1013,7 @@ Other miscellaneous properties are: The following function looks up a property by its name. @deftypefun uc_property_t uc_property_byname (const char *@var{property_name}) -Returns the property given by name, e.g. @code{"White space"}. If a property +Returns the property given by name, e.g@. @code{"White space"}. If a property with the given name exists, the result will satisfy the @code{uc_property_is_valid} predicate. Otherwise the result will not satisfy this predicate and must not be passed to functions that expect an diff --git a/doc/uninorm.texi b/doc/uninorm.texi index d4206d5..6797fe8 100644 --- a/doc/uninorm.texi +++ b/doc/uninorm.texi @@ -28,7 +28,7 @@ Denotes canonical decomposition. @end deftypevr @deftypevr Constant int UC_DECOMP_FONT -UCD marker: @code{}. Denotes a font variant (e.g. a blackletter form). +UCD marker: @code{}. Denotes a font variant (e.g@. a blackletter form). @end deftypevr @deftypevr Constant int UC_DECOMP_NOBREAK -- cgit v1.2.1