# HG changeset patch # User jwe # Date 787554679 0 # Node ID 528adb28416f770cfc17140a236d46abd528faa8 # Parent 24154cb763dc4ca970ccc879b5218d26b10cefc2 [project @ 1994-12-16 05:11:19 by jwe] diff --git a/src/variables.cc b/src/variables.cc --- a/src/variables.cc +++ b/src/variables.cc @@ -1487,8 +1487,8 @@ DEFVAR ("default_save_format", SBV_default_save_format, "ascii", 0, 0, 1, sv_default_save_format, - "default format for files created with save, may be either\n\ -\"binary\" or \"text\""); + "default format for files created with save, may be one of\n\ +\"binary\", \"text\", or \"mat-binary\""); DEFVAR ("do_fortran_indexing", SBV_do_fortran_indexing, "false", 0, 0, 1, do_fortran_indexing,