diff --git a/demos/demo-01.geo b/demos/demo-01.geo
index ff74df0178092d3821392fd23977c42eacb07acf..0b33b9f057af01ac420f6cbaf8243669632f9a18 100644
--- a/demos/demo-01.geo
+++ b/demos/demo-01.geo
@@ -85,6 +85,9 @@ Physical Surface(9999) = {6};
 
    If you want modifications made to one view to affect also all 
    other views, select the appropriate option in Options->Post-Processing
+
+   All the options can also be specified in the input files. You can save the 
+   current options with File->Save Options as
 */
 
 
diff --git a/demos/demo-02.geo b/demos/demo-02.geo
index 43011af4cffb62d3b6df1e5e523fcaf501806529..70f60a36e2c3f5cb156935efcdd29cb9b14c6dc9 100644
--- a/demos/demo-02.geo
+++ b/demos/demo-02.geo
@@ -37,9 +37,9 @@ Volume(10023) = {10022};
 Physical Volume (1) = {41} ;
 
 /* README: You can also specify options in the file. For example, this
-   redefines the color of geometry points. Click on the '?' button in the
-   main window, print the file in 'geo' format, or add '-0' on the command
-   line to get the full list of available options. */
+   redefines the color of geometry points. Click on the '?' button in
+   the main window, or save the options with File->Save Options as to
+   get the full list of available options. */
 
 General.Rotation0 = 10;
 General.Color.Background = Red;
diff --git a/demos/demo-14.geo b/demos/demo-14.geo
index f6ea35a41618b9cf29daf09ca340d8d8d26eac9c..67749dcefc359dd294b1ac65356ea458d61238ce 100644
--- a/demos/demo-14.geo
+++ b/demos/demo-14.geo
@@ -6,13 +6,7 @@
    All important comments are marked with "README"
 */
 
-Options{
-  
-  Mesh{
-    Algorithm = 2 ; // This is the new 2D anisotropic algorithm
-  }
-
-}
+Mesh.Algorithm = 2 ; // This is the new 2D anisotropic algorithm
 
 lc = .1;