changeset 997:528adb28416f

[project @ 1994-12-16 05:11:19 by jwe]
author jwe
date Fri, 16 Dec 1994 05:11:19 +0000
parents 24154cb763dc
children 032fcf9f45a4
files src/variables.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,