[gnumeric] fix order of items in help_sin
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] fix order of items in help_sin
- Date: Wed, 1 Jul 2009 00:54:49 +0000 (UTC)
commit 266745a8876d59c400dd597e8ef5fa07519aa1af
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Tue Jun 30 18:54:23 2009 -0600
fix order of items in help_sin
2009-06-30 Andreas J. Guelzow <aguelzow pyrshep ca>
* functions.c (help_sin): fix order of items
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 ab8bc78..e5f95f8 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,5 +1,9 @@
2009-06-30 Andreas J. Guelzow <aguelzow pyrshep ca>
+ * functions.c (help_sin): fix order of items
+
+2009-06-30 Andreas J. Guelzow <aguelzow pyrshep ca>
+
* functions.c: conversion to new function description
2009-06-29 Andreas J. Guelzow <aguelzow pyrshep ca>
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index be12969..720711e 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1176,9 +1176,9 @@ gnumeric_radians (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
static GnmFuncHelp const help_sin[] = {
{ GNM_FUNC_HELP_NAME, F_("SIN:Sine function")},
{ GNM_FUNC_HELP_ARG, F_("x:angle in radians")},
- { GNM_FUNC_HELP_SEEALSO, "COS,TAN,CSC,SEC,SINH,COSH,TANH,RADIANS,DEGREES" },
+ { GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.") },
{ GNM_FUNC_HELP_EXAMPLES, "=SIN(0.5)" },
- { GNM_FUNC_HELP_DESCRIPTION, F_("This function is Excel compatible.") },
+ { GNM_FUNC_HELP_SEEALSO, "COS,TAN,CSC,SEC,SINH,COSH,TANH,RADIANS,DEGREES" },
{ GNM_FUNC_HELP_EXTREF, F_("wolfram:Sine.html") },
{ GNM_FUNC_HELP_EXTREF, F_("wiki:en:Trigonometric_functions") },
{ GNM_FUNC_HELP_END }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]