# HG changeset patch # User Rik # Date 1387503158 28800 # Node ID 5971c8f515a789f903122709ab91b9f73e407a27 # Parent ab26db8da20aeb80eda56463ec7dbf59207df0f6 doc: Document options set when using --traditional. * basics.txi: Document options set when using --traditional. diff -r ab26db8da20a -r 5971c8f515a7 doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi Thu Dec 19 15:47:06 2013 -0500 +++ b/doc/interpreter/basics.txi Thu Dec 19 17:32:38 2013 -0800 @@ -244,16 +244,15 @@ @group PS1 = ">> " PS2 = "" -allow_noninteger_range_as_index = true beep_on_error = true confirm_recursive_rmdir = false crash_dumps_octave_core = false save_default_options = "-mat-binary" -do_braindead_shortcircuit_evaluation = true fixed_point_format = true history_timestamp_format_string = "%%-- %D %I:%M %p --%%" page_screen_output = false print_empty_dimensions = false +struct_levels_to_print = 0 @end group @end example @@ -266,6 +265,7 @@ Octave:fopen-file-in-path Octave:function-name-clash Octave:load-file-in-path +Octave:possible-matlab-short-circuit-operator @end group @end example