changeset 5287:f14bdd2bec91

[project @ 2005-04-19 15:15:21 by jwe]
author jwe
date Tue, 19 Apr 2005 15:15:21 +0000
parents f7ea9ea38360
children 7434b60da83e
files doc/interpreter/basics.txi doc/interpreter/io.txi doc/interpreter/var.txi
diffstat 3 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Tue Apr 19 15:10:24 2005 +0000
+++ b/doc/interpreter/basics.txi	Tue Apr 19 15:15:21 2005 +0000
@@ -168,7 +168,7 @@
   PS2                           = ""
   beep_on_error                 = true
   crash_dumps_octave_core       = false
-  default_save_format           = "mat-binary"
+  default_save_options          = "-mat-binary"
   fixed_point_format            = true
   page_screen_output            = false
   print_empty_dimensions        = false
--- a/doc/interpreter/io.txi	Tue Apr 19 15:10:24 2005 +0000
+++ b/doc/interpreter/io.txi	Tue Apr 19 15:15:21 2005 +0000
@@ -124,7 +124,7 @@
 The @code{save} and @code{load} commands allow data to be written to and
 read from disk files in various formats.  The default format of files
 written by the @code{save} command can be controlled using the built-in
-variables @code{default_save_format} and @code{save_precision}.
+variables @code{default_save_options} and @code{save_precision}.
 
 Note that Octave cannot yet save or load structure variables or any
 user-defined types.
@@ -141,7 +141,9 @@
 
 @DOCSTRING(sigterm_dumps_octave_core)
 
-@DOCSTRING(default_save_format)
+@DOCSTRING(default_save_options)
+
+@DOCSTRING(octave_core_file_options)
 
 @DOCSTRING(save_precision)
 
--- a/doc/interpreter/var.txi	Tue Apr 19 15:10:24 2005 +0000
+++ b/doc/interpreter/var.txi	Tue Apr 19 15:15:21 2005 +0000
@@ -297,7 +297,7 @@
 
 Default value: @code{" "}.
 
-@item default_save_format
+@item default_save_options
 @xref{Simple File I/O}.
 
 Default value: @code{"ascii"}.