[gnumeric] fix argument mark-up



commit 755529f78429141ee4d0286b886801f8cc2c3bc9
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Thu Jul 1 12:35:32 2010 -0600

    fix argument mark-up
    
    2010-07-01 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_upper): fix argument mark-up
    
    2010-07-01 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_error_type): fix argument mark-up

 plugins/fn-info/ChangeLog     |    4 ++++
 plugins/fn-info/functions.c   |    2 +-
 plugins/fn-string/ChangeLog   |    4 ++++
 plugins/fn-string/functions.c |    2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 8bd5201..f18d68c 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-01 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_error_type): fix argument mark-up
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-info/functions.c b/plugins/fn-info/functions.c
index f79507d..c6414f9 100644
--- a/plugins/fn-info/functions.c
+++ b/plugins/fn-info/functions.c
@@ -1494,7 +1494,7 @@ gnumeric_iserr (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_error_type[] = {
-        { GNM_FUNC_HELP_NAME, F_("ERROR.TYPE:the type of @error")},
+        { GNM_FUNC_HELP_NAME, F_("ERROR.TYPE:the type of @{error}")},
         { GNM_FUNC_HELP_ARG, F_("error:an error")},
         { GNM_FUNC_HELP_DESCRIPTION, F_("ERROR.TYPE returns an error number corresponding to the given "
 					"error value.  The error numbers for error values are:\n\n"
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 7fbbde7..45d28bd 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-01 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_upper): fix argument mark-up
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-string/functions.c b/plugins/fn-string/functions.c
index 4963afc..51edbcb 100644
--- a/plugins/fn-string/functions.c
+++ b/plugins/fn-string/functions.c
@@ -531,7 +531,7 @@ gnumeric_rightb (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_upper[] = {
-        { GNM_FUNC_HELP_NAME, F_("UPPER:an upper-case version of the string @text")},
+        { GNM_FUNC_HELP_NAME, F_("UPPER:an upper-case version of the string @{text}")},
 	{ GNM_FUNC_HELP_ARG, F_("text:string")},
 	{ GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.") },
         { GNM_FUNC_HELP_EXAMPLES, "=UPPER(\"Gnumeric\")" },



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