[gnumeric] Func docs: fix name record for percentrank.exc



commit 673ce93eaea90caf414be95e741669b654cf1f8c
Author: Morten Welinder <terra gnome org>
Date:   Thu Jun 18 11:38:50 2015 -0400

    Func docs: fix name record for percentrank.exc
    
    t2001 failed.

 plugins/fn-stat/ChangeLog   |    4 ++++
 plugins/fn-stat/functions.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 0fcc6a3..f580448 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-18  Morten Welinder  <terra gnome org>
+
+       * functions.c (help_percentrank_exc): Fix function name.
+
 2015-06-16  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * functions.c (help_mode_mult): new
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index 55580a8..51da693 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -2929,7 +2929,7 @@ gnumeric_percentrank (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 
 
 static GnmFuncHelp const help_percentrank_exc[] = {
-       { GNM_FUNC_HELP_NAME, F_("PERCENTRANK_EXC:rank of a data point in a data set (Hyndman-Fan method 6: 
N+1 basis)")},
+       { GNM_FUNC_HELP_NAME, F_("PERCENTRANK.EXC:rank of a data point in a data set (Hyndman-Fan method 6: 
N+1 basis)")},
        { GNM_FUNC_HELP_ARG, F_("array:range of numeric values")},
        { GNM_FUNC_HELP_ARG, F_("x:data point to be ranked")},
        { GNM_FUNC_HELP_ARG, F_("significance:number of significant digits, defaults to 3")},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]