changeset 5763:2d055c8fa019

[project @ 2006-04-14 16:54:40 by jwe]
author jwe
date Fri, 14 Apr 2006 16:54:40 +0000
parents 0163e7d69161
children 80409c2defcc
files doc/interpreter/func.txi doc/interpreter/plot.txi doc/interpreter/var.txi
diffstat 3 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Fri Apr 14 15:37:38 2006 +0000
+++ b/doc/interpreter/func.txi	Fri Apr 14 16:54:40 2006 +0000
@@ -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)
 
--- a/doc/interpreter/plot.txi	Fri Apr 14 15:37:38 2006 +0000
+++ b/doc/interpreter/plot.txi	Fri Apr 14 16:54:40 2006 +0000
@@ -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.
 
--- a/doc/interpreter/var.txi	Fri Apr 14 15:37:38 2006 +0000
+++ b/doc/interpreter/var.txi	Fri Apr 14 16:54:40 2006 +0000
@@ -283,7 +283,7 @@
 Default value: @code{"+ "}.
 
 @item automatic_replot
-@xref{Two-Dimensional Plotting}.
+@xref{Low-Level plotting commands}.
 
 Default value: 0.