changeset 15620:9bbc96a6ef94

doc: Small fixes to traditional/Octave:matlab-incompatible
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 21 Nov 2012 15:28:46 -0500
parents 1feb913c34ca
children e9d842dcfc91
files doc/interpreter/basics.txi scripts/miscellaneous/warning_ids.m
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.