diff doc/interpreter/stmt.txi @ 6638:15837c5982cb

[project @ 2007-05-21 19:24:19 by jwe]
author jwe
date Mon, 21 May 2007 19:24:19 +0000
parents c18ed0e7ee41
children a36e4bb26943
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi
+++ b/doc/interpreter/stmt.txi
@@ -823,12 +823,6 @@
 @var{catch} statements are evaluated.  @xref{Error Handling}, for more
 information about the @code{lasterr} function.
 
-Octave's @var{try} block is a very limited variation on the Lisp
-condition-case form (limited because it cannot handle different classes
-of errors separately).  Perhaps at some point Octave can have some sort
-of classification of errors and try-catch can be improved to be as
-powerful as condition-case in Lisp.
-
 @cindex continuation lines
 @cindex @code{...} continuation marker
 @cindex @code{\} continuation marker