diff doc/interpreter/func.txi @ 6501:68f3125f6e27

[project @ 2007-04-05 20:53:40 by jwe]
author jwe
date Thu, 05 Apr 2007 20:53:40 +0000
parents a441d6681364
children 6ab0a8767780
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Thu Apr 05 19:14:03 2007 +0000
+++ b/doc/interpreter/func.txi	Thu Apr 05 20:53:40 2007 +0000
@@ -225,8 +225,6 @@
 
 @DOCSTRING(silent_functions)
 
-@DOCSTRING(warn_missing_semicolon)
-
 @node Multiple Return Values
 @section Multiple Return Values
 
@@ -313,13 +311,10 @@
 @end example
 
 @noindent
-along with a warning if the value of the built-in variable
-@code{warn_undefined_return_values} is nonzero.
+along with a warning.
 
 @DOCSTRING(nargout)
 
-@DOCSTRING(warn_undefined_return_values)
-
 @DOCSTRING(nargchk)
 
 @node Variable-length Argument Lists
@@ -445,10 +440,6 @@
 
 @DOCSTRING(ignore_function_time_stamp)
 
-@DOCSTRING(warn_function_name_clash)
-
-@DOCSTRING(warn_future_time_stamp)
-
 @node Script Files
 @section Script Files
 
@@ -736,8 +727,6 @@
 a given @file{.oct} file are cleared, Octave will automatically unload
 the @file{.oct} file.
 
-@DOCSTRING(warn_reload_forces_clear)
-
 @c FIXME -- is there a better place for this?
 
 @DOCSTRING(variables_can_hide_functions)