changeset 9518:de3775e697dd octave-forge

Cosmetic texinfo fixes
author prnienhuis
date Sun, 26 Feb 2012 23:41:08 +0000
parents 9a66a344e0e8
children 261c8c8bd79d
files main/io/inst/xlsopen.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/xlsopen.m	Sun Feb 26 23:39:15 2012 +0000
+++ b/main/io/inst/xlsopen.m	Sun Feb 26 23:41:08 2012 +0000
@@ -86,12 +86,12 @@
 ## 2010-08-25 Improved help text
 ## 2010-09-27 Improved POI help message for unrecognized .xls format to hint for BIFF5/JXL
 ## 2010-10-20 Improved code for tracking changes to new/existing files
-##     "      Lots of code cleanup, improved error checking and catching
-##     "      Implemented fallback to JXL if POI can't read a file.
+##     ''     Lots of code cleanup, improved error checking and catching
+##     ''     Implemented fallback to JXL if POI can't read a file.
 ## 2010-10-30 More fine-grained file existence/writable checks
 ## 2010-11-01 Added <COM>.Application.DisplayAlerts=0 in COM section to avoid Excel pop-ups
 ## 2010-11-05 Option for multiple requested interface types (cell array)
-##     "      Bug fix: JXL fallback from POI for BIFF5 is only useful for reading
+##     ''     Bug fix: JXL fallback from POI for BIFF5 is only useful for reading
 ## 2010-11-05 Slight change to reporting to screen
 ## 2010-11-08 Tested with POI 3.7 (OK)
 ## 2010-11-10 Texinfo header updated