changeset 18154:5971c8f515a7 gui-release

doc: Document options set when using --traditional. * basics.txi: Document options set when using --traditional.
author Rik <rik@octave.org>
date Thu, 19 Dec 2013 17:32:38 -0800
parents ab26db8da20a
children 14acb08d75fa
files doc/interpreter/basics.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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