[gnumeric] fix documentation formatting



commit 7712ca9f41b00304f4f5e773921b3eaa0a7ee8c4
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Wed Aug 26 22:19:00 2009 -0600

    fix documentation formatting
    
    2009-08-26  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_vlookup): fix formatting
    	(help_hlookup): ditto

 plugins/fn-lookup/ChangeLog   |    5 +++++
 plugins/fn-lookup/functions.c |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 0998b9e..09bdeac 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_vlookup): fix formatting
+	(help_hlookup): ditto
+
 2009-08-26  Morten Welinder  <terra gnome org>
 
 	* functions.c (get_linear_lookup_cache,
diff --git a/plugins/fn-lookup/functions.c b/plugins/fn-lookup/functions.c
index f046471..ddcf447 100644
--- a/plugins/fn-lookup/functions.c
+++ b/plugins/fn-lookup/functions.c
@@ -923,7 +923,7 @@ static GnmFuncHelp const help_vlookup[] = {
 					"or equal to "
 					"@{value}. If @{as_index} is true the 0-based row offset "
 					"is returned.")},
-	{ GNM_FUNC_HELP_NOTE, F_("If @approximate is true, "
+	{ GNM_FUNC_HELP_NOTE, F_("If @{approximate} is true, "
 				 "then the values must be sorted in order of ascending value.")},
 	{ GNM_FUNC_HELP_NOTE, F_("VLOOKUP returns #REF! if @{row} falls outside @{range}.")},
         { GNM_FUNC_HELP_SEEALSO, "HLOOKUP"},
@@ -981,10 +981,10 @@ static GnmFuncHelp const help_hlookup[] = {
 					"cell similar to @{value}.  If @{approximate} is not true it "
 					"finds the row with an exact equality. If @{approximate} is "
 					"true, it finds the last row with first value less than or "
-					"equal to"
+					"equal to "
 					"@{value}. If @{as_index} is true the 0-based row offset "
 					"is returned.")},
-	{ GNM_FUNC_HELP_NOTE, F_("If @approximate is true, "
+	{ GNM_FUNC_HELP_NOTE, F_("If @{approximate} is true, "
 				 "then the values must be sorted in order of ascending value.")},
 	{ GNM_FUNC_HELP_NOTE, F_("HLOOKUP returns #REF! if @{row} falls outside @{range}.")},
         { GNM_FUNC_HELP_SEEALSO, "VLOOKUP"},



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