diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp
index ae05e44c16abc161152a3125678963b8c9189d23..15e7bd95d98d78662460b8af8c13fca7504739ee 100644
--- a/Plugin/Annotate.cpp
+++ b/Plugin/Annotate.cpp
@@ -1,4 +1,4 @@
-// $Id: Annotate.cpp,v 1.5 2005-01-03 04:09:27 geuzaine Exp $
+// $Id: Annotate.cpp,v 1.6 2005-01-17 05:19:59 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -72,14 +72,15 @@ void GMSH_AnnotatePlugin::getInfos(char *author, char *copyright,
   strcpy(author, "C. Geuzaine (geuz@geuz.org)");
   strcpy(copyright, "DGR (www.multiphysics.com)");
   strcpy(help_text,
-         "Plugin(Annotate) adds a text string of size\n"
-	 "`FontSize' in the view `iView'. If `3D' is equal\n"
-	 "to 1, the plugin inserts the string in model\n"
-	 "coordinates at the position (`X',`Y',`Z'). If\n"
-	 "`3D' is equal to 0, the plugin inserts the string\n"
-	 "in screen coordinates at the position (`X',`Y'),\n"
-	 "and aligns it according to `Align'. If `iView'\n"
-	 "< 0, the plugin is run on the current view.\n"
+         "Plugin(Annotate) adds the text string `Text' in\n"
+	 "font `Font' and size `FontSize' in the view `iView'.\n"
+	 "If `3D' is equal to 1, the plugin inserts the\n"
+	 "string in model coordinates at the position\n"
+	 "(`X',`Y',`Z'). If `3D' is equal to 0, the plugin\n"
+	 "inserts the string in screen coordinates at the\n"
+	 "position (`X',`Y'), and aligns it according to\n"
+	 "`Align'. If `iView' < 0, the plugin is run on the\n"
+	 "current view.\n"
 	 "\n"
 	 "Plugin(Annotate) is executed in-place.\n");
 }
diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index 9e20f98ce36de5703996bd9b5f365ef2ef4abdf1..f81c5d757b68c1e7d4394f7cb97b0178b754e89a 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -1,13 +1,14 @@
 @ftable @code
 @item Plugin(Annotate)
-Plugin(Annotate) adds a text string of size
-`FontSize' in the view `iView'. If `3D' is equal
-to 1, the plugin inserts the string in model
-coordinates at the position (`X',`Y',`Z'). If
-`3D' is equal to 0, the plugin inserts the string
-in screen coordinates at the position (`X',`Y'),
-and aligns it according to `Align'. If `iView'
-< 0, the plugin is run on the current view.
+Plugin(Annotate) adds the text string `Text' in
+font `Font' and size `FontSize' in the view `iView'.
+If `3D' is equal to 1, the plugin inserts the
+string in model coordinates at the position
+(`X',`Y',`Z'). If `3D' is equal to 0, the plugin
+inserts the string in screen coordinates at the
+position (`X',`Y'), and aligns it according to
+`Align'. If `iView' < 0, the plugin is run on the
+current view.
 
 Plugin(Annotate) is executed in-place.
 
diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi
index 5c1e043e1df7fc7ca397aa308a61cb958be0f092..7574abf4637112178643d123f51021285a431255 100644
--- a/doc/texinfo/opt_view.texi
+++ b/doc/texinfo/opt_view.texi
@@ -21,17 +21,17 @@ Saved in: @code{General.OptionsFileName}
 
 @item View.GeneralizedRaiseX
 Generalized elevation of the view along X-axis (in model coordinates)@*
-Default value: @code{""}@*
+Default value: @code{"v0"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item View.GeneralizedRaiseY
 Generalized elevation of the view along Y-axis (in model coordinates)@*
-Default value: @code{""}@*
+Default value: @code{"v1"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item View.GeneralizedRaiseZ
 Generalized elevation of the view along Z-axis (in model coordinates)@*
-Default value: @code{"v0"}@*
+Default value: @code{"v2"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item View.Name