diff src/DLD-FUNCTIONS/__voronoi__.cc @ 11553:01f703952eff

Improve docstrings for functions in DLD-FUNCTIONS directory. Use same variable names in error() strings and in documentation.
author Rik <octave@nomad.inbox5.com>
date Sun, 16 Jan 2011 22:13:23 -0800
parents fd0a3ac60b0e
children 12df7854fa7c
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__voronoi__.cc	Sat Jan 15 15:13:06 2011 -0800
+++ b/src/DLD-FUNCTIONS/__voronoi__.cc	Sun Jan 16 22:13:23 2011 -0800
@@ -79,7 +79,7 @@
     {
       if (! args (1).is_string ()) 
         {
-          error ("__voronoi__: second argument must be a string");
+          error ("__voronoi__: OPTIONS argument must be a string");
           return retval;
         }