# 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 --git a/doc/interpreter/basics.txi b/doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -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 --git a/scripts/miscellaneous/warning_ids.m b/scripts/miscellaneous/warning_ids.m --- a/scripts/miscellaneous/warning_ids.m +++ b/scripts/miscellaneous/warning_ids.m @@ -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.