diff src/help.cc @ 12483:7a5aacf65f81

Rewrite error strings in src/ to use variables named in documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Feb 2011 17:28:11 -0800
parents 12df7854fa7c
children 91ccd08fe80c
line wrap: on
line diff
--- a/src/help.cc	Sat Feb 26 16:21:02 2011 -0500
+++ b/src/help.cc	Sat Feb 26 17:28:11 2011 -0800
@@ -1040,7 +1040,7 @@
             }
         }
       else
-        error ("__list_functions__: input must be a string");
+        error ("__list_functions__: DIRECTORY argument must be a string");
     }
 
   return retval;