diff doc/interpreter/basics.txi @ 4455:abbf63293766

[project @ 2003-07-11 01:01:16 by jwe]
author jwe
date Fri, 11 Jul 2003 01:01:17 +0000
parents f3c21a1d1c62
children d7d9ca19960a
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Fri Jul 11 00:58:56 2003 +0000
+++ b/doc/interpreter/basics.txi	Fri Jul 11 01:01:17 2003 +0000
@@ -155,20 +155,23 @@
 values for compatibility with @sc{Matlab}.
 
 @example
-PS1                           = ">> "
-PS2                           = ""
-beep_on_error                 = 1
-default_save_format           = "mat-binary"
-define_all_return_values      = 1
-do_fortran_indexing           = 1
-crash_dumps_octave_core       = 0
-empty_list_elements_ok        = 1
-page_screen_output            = 0
-prefer_column_vectors         = 0
-print_empty_dimensions        = 0
-treat_neg_dim_as_zero         = 1
-warn_function_name_clash      = 0
-whitespace_in_literal_matrix  = "traditional"
+@group
+  PS1                           = ">> "
+  PS2                           = ""
+  beep_on_error                 = true
+  crash_dumps_octave_core       = false
+  default_eval_print_flag       = false
+  default_global_variable_value = []
+  default_save_format           = "mat-binary"
+  define_all_return_values      = true
+  fixed_point_format            = true
+  initialize_global_variables   = true
+  page_screen_output            = false
+  print_empty_dimensions        = false
+  treat_neg_dim_as_zero         = true
+  warn_function_name_clash      = false
+  whitespace_in_literal_matrix  = "traditional"
+@end group
 @end example
 
 @item --verbose