changeset 6999:f9a830f93610 octave-forge

Updated help text for better generate_html output
author prnienhuis
date Tue, 13 Apr 2010 19:08:31 +0000
parents 318d37606593
children 47eb464c2e7f
files main/io/inst/parse_sp_range.m
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/parse_sp_range.m	Tue Apr 13 19:07:50 2010 +0000
+++ b/main/io/inst/parse_sp_range.m	Tue Apr 13 19:08:31 2010 +0000
@@ -14,10 +14,10 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
-## parse_sp_range
-##  Parse a string representing a range of cells for a spreadsheet  
-##  into nr of rows and nr of columns and also extract top left
-##  cell address + top row+ left column. Some error checks are implemented.
+
+## Parse a string representing a range of cells for a spreadsheet
+## into nr of rows and nr of columns and also extract top left
+## cell address + top row + left column. Some error checks are implemented.
 
 ## Author: Philip Nienhuis
 ## Created: 2009-06-20