[gnumeric] Docs: fix case ARABIC in definition.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] Docs: fix case ARABIC in definition.
- Date: Fri, 12 Feb 2010 14:10:00 +0000 (UTC)
commit 7935f1c62210108cec8ea5dd9886c937c720f0b4
Author: Morten Welinder <terra gnome org>
Date: Fri Feb 12 09:09:07 2010 -0500
Docs: fix case ARABIC in definition.
doc/C/func.defs | 4 ++--
doc/C/functions.xml | 8 ++++----
plugins/fn-math/functions.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index dc287e8..263805b 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -3000,9 +3000,9 @@ If any argument is zero, the result is zero.
@SEEALSO=COTH,TANH
@CATEGORY=Mathematics
- FUNCTION=Arabic
+ FUNCTION=ARABIC
@SHORTDESC=The Roman numeral @{roman} as number
- SYNTAX=Arabic(roman)
+ SYNTAX=ARABIC(roman)
@ARGUMENTDESCRIPTION= {roman}: Roman numeral
@DESCRIPTION=Any Roman symbol to the left of a larger symbol (directly or indirectly) reduces the final value by the symbol amount, otherwise, it increases the final amount by the symbol's amount.
@ODF=This function is OpenFormula compatible.
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 8902512..249c8bb 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -9908,22 +9908,22 @@
</para>
</refsect1>
</refentry>
- <refentry id="gnumeric-Arabic">
+ <refentry id="gnumeric-ARABIC">
<refmeta>
<refentrytitle>
- <function>Arabic</function>
+ <function>ARABIC</function>
</refentrytitle>
</refmeta>
<refnamediv>
<refname>
- <function>Arabic</function>
+ <function>ARABIC</function>
</refname>
<refpurpose>
The Roman numeral <parameter>roman</parameter> as number
</refpurpose>
</refnamediv>
<refsynopsisdiv>
- <synopsis><function>Arabic</function>(<parameter>roman</parameter>)</synopsis>
+ <synopsis><function>ARABIC</function>(<parameter>roman</parameter>)</synopsis>
</refsynopsisdiv>
<refsect1>
<title>Arguments</title>
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 7bd2778..15bc9e6 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -2031,7 +2031,7 @@ gnumeric_mround (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
/***************************************************************************/
static GnmFuncHelp const help_arabic[] = {
- { GNM_FUNC_HELP_NAME, F_("Arabic:The Roman numeral @{roman} as number")},
+ { GNM_FUNC_HELP_NAME, F_("ARABIC:The Roman numeral @{roman} as number")},
{ GNM_FUNC_HELP_ARG, F_("roman:Roman numeral")},
{ GNM_FUNC_HELP_DESCRIPTION, F_("Any Roman symbol to the left of a larger symbol "
"(directly or indirectly) reduces the final value "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]