diff scripts/help/gen_doc_cache.m @ 11588:d5bd2766c640

style fixes for warning and error messages in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:51:13 -0500
parents c792872f8942
children 875577a19d70
line wrap: on
line diff
--- a/scripts/help/gen_doc_cache.m
+++ b/scripts/help/gen_doc_cache.m
@@ -74,7 +74,7 @@
 
   ## Did we get the help text?
   if (status != 0 || isempty (text))
-    warning ("gen_doc_cache: unusable help text in '%s'. Ignoring function.", f);
+    warning ("gen_doc_cache: unusable help text found in file '%s'", f);
     return;
   endif