# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1353529726 18000 # Node ID 9bbc96a6ef94c85e83f27f41a856f54eb71a9285 # Parent 1feb913c34cac00605315f1fdd8fcde4a9828d94 doc: Small fixes to traditional/Octave:matlab-incompatible diff -r 1feb913c34ca -r 9bbc96a6ef94 doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi Wed Nov 21 20:58:07 2012 +0100 +++ b/doc/interpreter/basics.txi Wed Nov 21 15:28:46 2012 -0500 @@ -264,8 +264,8 @@ @noindent Note that this does not enable the @code{Octave:matlab-incompatible} warning, which you might want if you want to be told about writing code -that works in Octave but not Matlab; @xref{doc-warning} and -@xref{doc-warning_ids}. +that works in Octave but not Matlab (@pxref{doc-warning}, +@pxref{doc-warning_ids}). @item --verbose @itemx -V diff -r 1feb913c34ca -r 9bbc96a6ef94 scripts/miscellaneous/warning_ids.m --- a/scripts/miscellaneous/warning_ids.m Wed Nov 21 20:58:07 2012 +0100 +++ b/scripts/miscellaneous/warning_ids.m Wed Nov 21 15:28:46 2012 -0500 @@ -176,7 +176,8 @@ ## Print warnings for Octave language features that may cause ## compatibility problems with @sc{matlab}. ## By default, the @code{Octave:matlab-incompatible} warning is disabled. -## @seealso{traditional, braindead} +## The --traditional or --braindead startup options for Octave may also +## be of use, @xref{Command Line Options}. ## ## @item Octave:md5sum-file-in-path ## By default, the @code{Octave:md5sum-file-in-path} warning is enabled.