# HG changeset patch # User jwe # Date 1113923721 0 # Node ID f14bdd2bec91584d4cd51627aafbcaea242ede02 # Parent f7ea9ea38360646c1db7b9f2a288e67779a8a404 [project @ 2005-04-19 15:15:21 by jwe] diff --git a/doc/interpreter/basics.txi b/doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -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 diff --git a/doc/interpreter/io.txi b/doc/interpreter/io.txi --- a/doc/interpreter/io.txi +++ b/doc/interpreter/io.txi @@ -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) diff --git a/doc/interpreter/var.txi b/doc/interpreter/var.txi --- a/doc/interpreter/var.txi +++ b/doc/interpreter/var.txi @@ -297,7 +297,7 @@ Default value: @code{" "}. -@item default_save_format +@item default_save_options @xref{Simple File I/O}. Default value: @code{"ascii"}.