diff doc/interpreter/errors.txi @ 8015:30629059b72d

Update the manual to reflect the changes in error output
author sh@sh-laptop
date Wed, 06 Aug 2008 22:23:54 +0200
parents 120f3135952f
children fa78cb8d8a5c
line wrap: on
line diff
--- a/doc/interpreter/errors.txi
+++ b/doc/interpreter/errors.txi
@@ -101,14 +101,17 @@
 
 @example
 f ()
-     @print{} Invalid call to f.  Correct usage is:
-     @print{} 
+
+Invalid call to f.  Correct usage is:
+
      @print{}  -- Function File: f (ARG1)
+     @print{}      Function help text goes here...
      @print{} 
      @print{} 
      @print{} 
-     @print{} error: evaluating if command near line 6, column 3
-     @print{} error: called from `f' in file `/home/jwe/octave/f.m'
+     @print{} error: called from:
+     @print{} error:   print_usage at line -1, column -1
+     @print{} error:   /home/jwe/octave/f.m at line 7, column 5
 @end example
 
 @DOCSTRING(print_usage)