[gnumeric] MATCH: doc fix.



commit 2622733282235f0eda38fcef7a0095762752b182
Author: Morten Welinder <terra gnome org>
Date:   Mon Feb 22 10:58:14 2010 -0500

    MATCH: doc fix.

 plugins/fn-lookup/functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-lookup/functions.c b/plugins/fn-lookup/functions.c
index 3a3e568..6044137 100644
--- a/plugins/fn-lookup/functions.c
+++ b/plugins/fn-lookup/functions.c
@@ -1135,7 +1135,7 @@ static GnmFuncHelp const help_match[] = {
 	{ GNM_FUNC_HELP_NAME, F_("MATCH:the index of @{seek} in @{vector}")},
         { GNM_FUNC_HELP_ARG, F_("seek:value to find")},
         { GNM_FUNC_HELP_ARG, F_("vector:n by 1 or 1 by n range to be searched")},
-        { GNM_FUNC_HELP_ARG, F_("type:+1 to find the largest value \xe2\x89\xa4 @{seek}, "
+        { GNM_FUNC_HELP_ARG, F_("type:+1 (the default) to find the largest value \xe2\x89\xa4 @{seek}, "
 				"0 to find the first value = @{seek}, or"
 				"-1 to find the smallest value \xe2\x89\xa5 @{seek}")},
 	{ GNM_FUNC_HELP_DESCRIPTION, F_("MATCH searches @{vector} for @{seek} and returns the 1-based index.")},



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