[gnumeric] fix argument description for COUNTBLANK
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] fix argument description for COUNTBLANK
- Date: Fri, 14 Aug 2009 19:46:09 +0000 (UTC)
commit 17bdb9e0be090b4ba9c44e3a951bb9b7f222a254
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Fri Aug 14 13:44:48 2009 -0600
fix argument description for COUNTBLANK
2009-08-14 Andreas J. Guelzow <aguelzow pyrshep ca>
* functions.c (help_countblank): add argument description
plugins/fn-info/ChangeLog | 4 ++++
plugins/fn-info/functions.c | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 71b469b..22d9074 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,5 +1,9 @@
2009-08-14 Andreas J. Guelzow <aguelzow pyrshep ca>
+ * functions.c (help_countblank): add argument description
+
+2009-08-14 Andreas J. Guelzow <aguelzow pyrshep ca>
+
* functions.c (help_error_type): fix name record
2009-07-5 Andreas J. Guelzow <aguelzow pyrshep ca>
diff --git a/plugins/fn-info/functions.c b/plugins/fn-info/functions.c
index 65abf13..015afe1 100644
--- a/plugins/fn-info/functions.c
+++ b/plugins/fn-info/functions.c
@@ -1250,6 +1250,7 @@ gnumeric_get_formula (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
static GnmFuncHelp const help_countblank[] = {
{ GNM_FUNC_HELP_NAME, F_("COUNTBLANK:the number of blank cells in @{range}")},
+ { GNM_FUNC_HELP_ARG, F_("range:a cell range")},
{ GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.") },
{ GNM_FUNC_HELP_EXAMPLES, F_("COUNTBLANK(A1:A20) returns the number of blank cell in A1:A20.") },
{ GNM_FUNC_HELP_SEEALSO, "COUNT"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]