# HG changeset patch # User John W. Eaton # Date 1257988418 18000 # Node ID 7c211d0091d923e74f684ac82bf09d0ec02bd55c # Parent 965487e0028249b947e7a76feac65141ec829a89 intwarning doc fix diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2009-11-11 John W. Eaton + + * miscellaneous/intwarning.m: Doc fix. + 2009-11-11 John W. Eaton * plot/stairs.m (__stairs__): Correct nargin check. New demos. diff --git a/scripts/miscellaneous/intwarning.m b/scripts/miscellaneous/intwarning.m --- a/scripts/miscellaneous/intwarning.m +++ b/scripts/miscellaneous/intwarning.m @@ -25,10 +25,9 @@ ## ## @table @asis ## @item "query" -## The state of the Octave integer conversion and math warnings is -## queried. If there is no output argument, then the state is printed. -## Otherwise it is returned in a structure with the fields "identifier" -## and "state". +## With an output argument, return the current state of the integer +## conversion and math warnings. With no output arguments, print the +## current state. ## ## @c Set example in small font to prevent overfull line ## @smallexample @@ -42,16 +41,11 @@ ## @end smallexample ## ## @item "on" -## Turn integer conversion and math warnings "on". If there is no output -## argument, then nothing is printed. Otherwise the original state of -## the state of the integer conversion and math warnings is returned in -## a structure array. -## -## @item "off" -## Turn integer conversion and math warnings "on". If there is no output -## argument, then nothing is printed. Otherwise the original state of -## the state of the integer conversion and math warnings is returned in -## a structure array. +## @itemx "off" +## Turn integer conversion and math warnings on (or off). If there is +## no output argument, then nothing is printed. Otherwise the original +## state of the state of the integer conversion and math warnings is +## returned in a structure array. ## @end table ## ## The original state of the integer warnings can be restored by passing