changeset 11316:b7ff4a51ea88

plot.m: Eliminate present tense in first sentence of docstring.
author Rik <octave@nomad.inbox5.com>
date Mon, 06 Dec 2010 17:34:15 -0800
parents c715816f4539
children 2da532d0f41c
files scripts/ChangeLog scripts/plot/plot.m
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Dec 06 17:30:47 2010 -0800
+++ b/scripts/ChangeLog	Mon Dec 06 17:34:15 2010 -0800
@@ -1,3 +1,7 @@
+2010-12-06  Rik  <octave@nomad.inbox5.com>
+
+	* plot/plot.m: Eliminate present tense in first sentence of docstring.
+
 2010-12-06  Rik  <octave@nomad.inbox5.com>
 
 	* plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Add additional calling
--- a/scripts/plot/plot.m	Mon Dec 06 17:30:47 2010 -0800
+++ b/scripts/plot/plot.m	Mon Dec 06 17:34:15 2010 -0800
@@ -24,8 +24,10 @@
 ## @deftypefnx {Function File} {} plot (@var{x}, @var{y}, @var{fmt})
 ## @deftypefnx {Function File} {} plot (@var{h}, @dots{})
 ## @deftypefnx {Function File} {@var{h} =} plot (@dots{})
-## Produces two-dimensional plots.  Many different combinations of
-## arguments are possible.  The simplest form is
+## Produce two-dimensional plots. 
+## 
+## Many different combinations of arguments are possible.  The simplest
+## form is
 ##
 ## @example
 ## plot (@var{y})
@@ -33,7 +35,7 @@
 ##
 ## @noindent
 ## where the argument is taken as the set of @var{y} coordinates and the
-## @var{x} coordinates are taken to be the indices of the elements,
+## @var{x} coordinates are taken to be the indices of the elements
 ## starting with 1.
 ##
 ## To save a plot, in one of several image formats such as PostScript