diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index df213ebd0728e536524753e4cdc612a4cb051b5c..324dfa5823abc817cd55974b75d4c89788ee284e 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -612,7 +612,7 @@ StringXNumber GeneralOptions_Number[] = {
   { F|O, "Shininess" , opt_general_shine , 0.4 , 
     "Material shininess" },
   { F|O, "ShininessExponent" , opt_general_shine_exponent , 40. , 
-    "Material shininess exponent (0 to 128)" },
+    "Material shininess exponent (between 0 and 128)" },
   { F|O, "SmallAxes" , opt_general_small_axes , 1. ,
     "Display the small axes" },
   { F|O, "SmallAxesPositionX" , opt_general_small_axes_position0 , -60. ,
@@ -778,7 +778,7 @@ StringXNumber MeshOptions_Number[] = {
   { F|O, "ElementOrder" , opt_mesh_order , 1. , // "Order" is already a lex token
     "Element order (1=linear elements, 2=quadratic elements)" },
   { F|O, "Explode" , opt_mesh_explode , 1.0 ,
-    "Display mesh with non adjacent elements (factor between 0 and 1)" },
+    "Explode elements (between 0=point and 1=non-transformed)" },
 
   { F|O, "Format" , opt_mesh_format , FORMAT_MSH , 
     "Mesh output format (1=MSH, 2=UNV, 3=GREF, 19=VRML)" },
@@ -947,7 +947,7 @@ StringXNumber PostProcessingOptions_Number[] = {
     "Display value scales horizontally" },
 
   { F|O, "Link" , opt_post_link , 0. ,
-    "Link post-processing views (0=none, 1,2=changes in visible/all, 3,4=everything in visible/all)" },
+    "Link post-processing views (0=none, 1/2=changes in visible/all, 3/4=everything in visible/all)" },
 
   { F,   "NbViews" , opt_post_nb_views , 0. ,//this default val is not used
     "Current number of views merged" },
@@ -1019,9 +1019,9 @@ StringXNumber ViewOptions_Number[] = {
     "Display vector values?" },
 
   { F|O, "Explode" , opt_view_explode , 1. , 
-    "Explode elements (0: reduced to point; 1: not transformed)" },
+    "Explode elements (between 0=point and 1=non-transformed)" },
   { F|O, "ExternalView" , opt_view_external_view , -1. ,
-    "Index of the view raised by a vector field or used to color a vector field (-1=self)" },
+    "Index of the view used to color vector fields (-1=self)" },
 
   { F|O, "Grid" , opt_view_grid , 2 ,
     "Grid mode for 2D graphs (0=none, 1=simple, 2=frame, 3=grid)" },
@@ -1098,7 +1098,7 @@ StringXNumber ViewOptions_Number[] = {
     "Type of graph (1=3D, 2=2D-space, 3=2D-time)" },
 
   { F|O, "VectorType" , opt_view_vector_type , DRAW_POST_ARROW3D ,
-    "Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement, 6=raised view)" },
+    "Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement)" },
   { F,   "Visible" , opt_view_visible , 1. ,
     "Is the view visible?" },
 
diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi
index 669cfcc97ee52fa34dc364b9ed8dd920a12df977..a277a0bfed0bb4701a3d5212891c6c8770f80628 100644
--- a/doc/texinfo/opt_general.texi
+++ b/doc/texinfo/opt_general.texi
@@ -36,7 +36,7 @@ Saved in: @code{General.SessionFileName}
 
 @item General.TextEditor
 System command to launch a text editor@*
-Default value: @code{"open -e %s"}@*
+Default value: @code{"emacs %s &"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.TmpFileName
@@ -46,7 +46,7 @@ Saved in: @code{General.SessionFileName}
 
 @item General.WebBrowser
 System command to launch a web browser@*
-Default value: @code{"open %s"}@*
+Default value: @code{"if [[ $(ps -e|grep mozilla|grep -v grep) ]]; then mozilla -remote 'openurl(%s)' ; else mozilla %s ; fi &"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.AlphaBlending
@@ -595,7 +595,7 @@ Default value: @code{0.4}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.ShininessExponent
-Material shininess exponent (0 to 128)@*
+Material shininess exponent (between 0 and 128)@*
 Default value: @code{40}@*
 Saved in: @code{General.OptionsFileName}
 
diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi
index 7ad48f9287481e4ea4f510e7ad1cbec3472fd4fc..f5e7731252ee168a13626c2b1eee64834052d13c 100644
--- a/doc/texinfo/opt_mesh.texi
+++ b/doc/texinfo/opt_mesh.texi
@@ -90,7 +90,7 @@ Default value: @code{1}@*
 Saved in: @code{General.OptionsFileName}
 
 @item Mesh.Explode
-Display mesh with non adjacent elements (factor between 0 and 1)@*
+Explode elements (between 0=point and 1=non-transformed)@*
 Default value: @code{1}@*
 Saved in: @code{General.OptionsFileName}
 
diff --git a/doc/texinfo/opt_post.texi b/doc/texinfo/opt_post.texi
index baba43fc0f9ed4d335acfb9918f2ce8884f7c105..2ef592daa315aea41b050a99c54e0f602c36dffa 100644
--- a/doc/texinfo/opt_post.texi
+++ b/doc/texinfo/opt_post.texi
@@ -25,7 +25,7 @@ Default value: @code{0}@*
 Saved in: @code{General.OptionsFileName}
 
 @item PostProcessing.Link
-Link post-processing views (0=none, 1,2=changes in visible/all, 3,4=everything in visible/all)@*
+Link post-processing views (0=none, 1/2=changes in visible/all, 3/4=everything in visible/all)@*
 Default value: @code{0}@*
 Saved in: @code{General.OptionsFileName}
 
diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi
index 188bf083c918fa479a8306f8bad098c6e56a1dab..a2c7eb284a6d2197ba52fe5def21c5a398d51603 100644
--- a/doc/texinfo/opt_view.texi
+++ b/doc/texinfo/opt_view.texi
@@ -49,6 +49,11 @@ Display size of arrows (in pixels)@*
 Default value: @code{60}@*
 Saved in: @code{General.OptionsFileName}
 
+@item View.ArrowSizeProportional
+Scale the arrows according to the norm of the vector@*
+Default value: @code{1}@*
+Saved in: @code{General.OptionsFileName}
+
 @item View.ArrowStemLength
 Relative length of arrow stem@*
 Default value: @code{0.56}@*
@@ -145,10 +150,15 @@ Default value: @code{1}@*
 Saved in: @code{General.OptionsFileName}
 
 @item View.Explode
-Explode elements (0: reduced to point; 1: not transformed)@*
+Explode elements (between 0=point and 1=non-transformed)@*
 Default value: @code{1}@*
 Saved in: @code{General.OptionsFileName}
 
+@item View.ExternalView
+Index of the view used to color vector fields (-1=self)@*
+Default value: @code{-1}@*
+Saved in: @code{General.OptionsFileName}
+
 @item View.Grid
 Grid mode for 2D graphs (0=none, 1=simple, 2=frame, 3=grid)@*
 Default value: @code{2}@*
@@ -244,11 +254,6 @@ Vertical position (in pixels) of the upper left corner of the scale or 2D graph@
 Default value: @code{50}@*
 Saved in: @code{General.OptionsFileName}
 
-@item View.RaisedView
-Index of the view raised by the displacement field@*
-Default value: @code{0}@*
-Saved in: @code{General.OptionsFileName}
-
 @item View.RaiseX
 Elevation of the view along X-axis (in model coordinates)@*
 Default value: @code{0}@*
@@ -315,7 +320,7 @@ Default value: @code{1}@*
 Saved in: @code{-}
 
 @item View.VectorType
-Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement, 6=raised view)@*
+Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement)@*
 Default value: @code{4}@*
 Saved in: @code{General.OptionsFileName}