changeset 7985:85c5c1d55820

hold.m: Trival mod to help text.
author Ben Abbott <bpabbott@mac.com>
date Fri, 27 Jun 2008 20:38:28 -0400
parents bbaa5d7d0143
children 3eb2094eefe5
files scripts/ChangeLog scripts/plot/hold.m
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Jul 28 15:47:40 2008 +0200
+++ b/scripts/ChangeLog	Fri Jun 27 20:38:28 2008 -0400
@@ -1,3 +1,7 @@
+2008-07-28  Ben Abbott <bpabbott@mac.com>
+
+	* plot/hold.m: Clarify help text.
+ 
 2008-07-28  David Bateman  <dbateman@free.fr>
 
 	* strings/regexptranslate.m: Add real documentation.
--- a/scripts/plot/hold.m	Mon Jul 28 15:47:40 2008 +0200
+++ b/scripts/plot/hold.m	Fri Jun 27 20:38:28 2008 -0400
@@ -18,9 +18,9 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} hold @var{args}
-## Tell Octave to `hold' the current data on the plot when executing
+## Tell Octave to `hold' the current data on the graph when executing
 ## subsequent plotting commands.  This allows you to execute a series of
-## plot commands and have all the lines end up on the same figure.  The
+## plot commands and have all the lines end up on the same graph.  The
 ## default is for each new plot command to clear the plot device first.
 ## For example, the command
 ##
@@ -32,6 +32,12 @@
 ## turns the hold state on.  An argument of @code{"off"} turns the hold
 ## state off, and @code{hold} with no arguments toggles the current hold
 ## state.
+##
+## @deftypefnx {Function File} {} hold (@var{h}, @dots{})
+## 
+## Applies to a specific axis or axes, associated with the handle(s), 
+## @var{h}.
+## 
 ## @end deftypefn
 
 ## PKG_ADD: mark_as_command hold