# HG changeset patch # User jwe # Date 1145033680 0 # Node ID 2d055c8fa019c214581f4857d07588e71e53bd8e # Parent 0163e7d6916156cfc3a1449253b9da88cee44bab [project @ 2006-04-14 16:54:40 by jwe] diff --git a/doc/interpreter/func.txi b/doc/interpreter/func.txi --- a/doc/interpreter/func.txi +++ b/doc/interpreter/func.txi @@ -373,12 +373,12 @@ without adding extra logic to avoid printing the message if the vector does contain a nonzero element. -@defvr {Keyword} return +@deffn {Keyword} return When Octave encounters the keyword @code{return} inside a function or script, it returns control to the caller immediately. At the top level, the return statement is ignored. A @code{return} statement is assumed at the end of every function definition. -@end defvr +@end deffn @DOCSTRING(return_last_computed_value) diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -319,6 +319,8 @@ The command @code{shg} is equivalent to executing @code{replot}. @end deffn +@DOCSTRING(automatic_replot) + Note that NaN values in the plot data are automatically omitted, and Inf values are converted to a very large value before calling gnuplot. diff --git a/doc/interpreter/var.txi b/doc/interpreter/var.txi --- a/doc/interpreter/var.txi +++ b/doc/interpreter/var.txi @@ -283,7 +283,7 @@ Default value: @code{"+ "}. @item automatic_replot -@xref{Two-Dimensional Plotting}. +@xref{Low-Level plotting commands}. Default value: 0.