[gnumeric] 2018-11-19 Andreas J. Guelzow <aguelzow pyrshep ca>



commit b594886105c155135322f8ef874e98ca335028cc
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Fri Nov 16 20:52:02 2018 -0700

    2018-11-19 Andreas J. Guelzow <aguelzow pyrshep ca>
    
            * functions.c (help_lambertw): fix formatting

 plugins/fn-math/ChangeLog   | 4 ++++
 plugins/fn-math/functions.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index c981fc4d1..bd1388132 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-19 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * functions.c (help_lambertw): fix formatting
+
 2018-08-19  Morten Welinder <terra gnome org>
 
        * Release 1.12.43
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 3b4d6f0cd..680ed5861 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1257,8 +1257,8 @@ static GnmFuncHelp const help_lambertw[] = {
        { GNM_FUNC_HELP_NAME, F_("LAMBERTW:the Lambert W function")},
        { GNM_FUNC_HELP_ARG, F_("x:number")},
        { GNM_FUNC_HELP_ARG, F_("k:branch")},
-       { GNM_FUNC_HELP_NOTE, F_("@k defaults to 0, the principal branch.") },
-       { GNM_FUNC_HELP_NOTE, F_("@k must be either 0 or -1.") },
+       { GNM_FUNC_HELP_NOTE, F_("@{k} defaults to 0, the principal branch.") },
+       { GNM_FUNC_HELP_NOTE, F_("@{k} must be either 0 or -1.") },
        { GNM_FUNC_HELP_EXAMPLES, "=LAMBERTW(3)" },
        { GNM_FUNC_HELP_EXAMPLES, "=LAMBERTW(3,-1)" },
        { GNM_FUNC_HELP_SEEALSO, "EXP"},


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