diff libinterp/corefcn/graphics.in.h @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents bae585228161
children 2aef506f3fec
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/corefcn/graphics.in.h	Thu May 19 18:48:52 2016 -0700
@@ -2233,8 +2233,8 @@
   { return rep->initialize (h); }
 
   // Notifies graphics toolkit that object was destroyed.
-  // This is called only for explicitly deleted object. Children are
-  // deleted implicitly and graphics toolkit isn't notified.
+  // This is called only for explicitly deleted object.
+  // Children are deleted implicitly and graphics toolkit isn't notified.
   void finalize (const graphics_object& go)
   { rep->finalize (go); }
 
@@ -4984,7 +4984,7 @@
     {
       warning_with_id ("Octave:deprecated-property",
         "patch: Property 'normalmode' is deprecated and will be removed "
-        "from a future version of Octave. Use 'vertexnormalsmode' instead.");
+        "from a future version of Octave.  Use 'vertexnormalsmode' instead.");
       set_vertexnormalsmode (val);
     }
 
@@ -4992,7 +4992,7 @@
     {
       warning_with_id ("Octave:deprecated-property",
         "patch: Property 'normalmode' is deprecated and will be removed "
-        "from a future version of Octave. Use 'vertexnormalsmode' instead.");
+        "from a future version of Octave.  Use 'vertexnormalsmode' instead.");
       return vertexnormalsmode.current_value ();
     }
   };
@@ -5164,7 +5164,7 @@
     {
       warning_with_id ("Octave:deprecated-property",
         "surface: Property 'normalmode' is deprecated and will be removed "
-        "from a future version of Octave. Use 'vertexnormalsmode' instead.");
+        "from a future version of Octave.  Use 'vertexnormalsmode' instead.");
       set_vertexnormalsmode (val);
     }
 
@@ -5172,7 +5172,7 @@
     {
       warning_with_id ("Octave:deprecated-property",
         "surface: Property 'normalmode' is deprecated and will be removed "
-        "from a future version of Octave. Use 'vertexnormalsmode' instead.");
+        "from a future version of Octave.  Use 'vertexnormalsmode' instead.");
       return vertexnormalsmode.current_value ();
     }
   };