[gnumeric] fn-date: more docs.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fn-date: more docs.
- Date: Tue, 6 Jul 2010 13:38:54 +0000 (UTC)
commit e404ccb9b857dffb77d03a8a3320e5bbd3705523
Author: Morten Welinder <terra gnome org>
Date: Tue Jul 6 09:38:43 2010 -0400
fn-date: more docs.
doc/C/func.defs | 2 +-
doc/C/functions.xml | 2 +-
plugins/fn-date/ChangeLog | 3 ++-
plugins/fn-date/functions.c | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 6a1ce49..d7492f6 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -879,7 +879,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
@CATEGORY=Date/Time
@FUNCTION=WEEKNUM
- SHORTDESC=ISO week number
+ SHORTDESC=week number
@SYNTAX=WEEKNUM(date,method)
@ARGUMENTDESCRIPTION= {date}: date serial value
@{method}: numbering system
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index d74df94..d990fa3 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -3238,7 +3238,7 @@
<function>WEEKNUM</function>
</refname>
<refpurpose>
- ISO week number
+ week number
</refpurpose>
</refnamediv>
<refsynopsisdiv>
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index accf520..559944e 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,7 +1,8 @@
2010-07-06 Morten Welinder <terra gnome org>
- * functions.c (help_isoyear): s/ISE/ISO/ typo. (623669)
+ * functions.c (help_isoyear): s/ISE/ISO/ typo. (#623669)
(help_weekday): Fix days of week.
+ (help_weeknum): Fix argument doc.
2010-07-04 Andreas J. Guelzow <aguelzow pyrshep ca>
diff --git a/plugins/fn-date/functions.c b/plugins/fn-date/functions.c
index 477ae3e..74a61b5 100644
--- a/plugins/fn-date/functions.c
+++ b/plugins/fn-date/functions.c
@@ -1167,7 +1167,7 @@ gnumeric_isoyear (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
/***************************************************************************/
static GnmFuncHelp const help_weeknum[] = {
- { GNM_FUNC_HELP_NAME, F_("WEEKNUM:ISO week number")},
+ { GNM_FUNC_HELP_NAME, F_("WEEKNUM:week number")},
{ GNM_FUNC_HELP_ARG, F_("date:date serial value")},
{ GNM_FUNC_HELP_ARG, F_("method:numbering system")},
{ GNM_FUNC_HELP_DESCRIPTION, F_("WEEKNUM calculates the week number according to @{method} which defaults to 1.") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]