changeset 11695:28d36331b049 release-3-0-x

remove <> from the manual
author John W. Eaton <jwe@octave.org>
date Tue, 18 Mar 2008 14:01:28 -0400
parents 87e1ee0b2149
children 65e0f7b770c9
files doc/interpreter/emacs.txi doc/interpreter/eos.txi doc/interpreter/expr.txi
diffstat 3 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/emacs.txi
+++ b/doc/interpreter/emacs.txi
@@ -340,7 +340,7 @@
 functions (such as @samp{cd} or @samp{who}) which are also reserved
 using @code{font-lock-keyword-face}
 @item
-the built-in operators (@samp{&&}, @samp{<>}, @dots{}) using
+the built-in operators (@samp{&&}, @samp{==}, @dots{}) using
 @code{font-lock-reference-face}
 @item
 and the function names in function declarations in
--- a/doc/interpreter/eos.txi
+++ b/doc/interpreter/eos.txi
@@ -339,7 +339,7 @@
 functions (such as @samp{cd} or @samp{who}) which are also reserved
 using @code{font-lock-keyword-face}
 @item
-the built-in operators (@samp{&&}, @samp{<>}, @dots{}) using
+the built-in operators (@samp{&&}, @samp{==}, @dots{}) using
 @code{font-lock-reference-face}
 @item
 and the function names in function declarations in
--- a/doc/interpreter/expr.txi
+++ b/doc/interpreter/expr.txi
@@ -580,10 +580,8 @@
 
 @item @var{x} != @var{y}
 @itemx @var{x} ~= @var{y}
-@itemx @var{x} <> @var{y}
 @opindex !=
 @opindex ~=
-@opindex <>
 True if @var{x} is not equal to @var{y}.
 @end table
 
@@ -1116,7 +1114,7 @@
 
 @item relational
 @samp{<}, @samp{<=}, @samp{==}, @samp{>=}, @samp{>}, @samp{!=},
-@samp{~=}, @samp{<>}.
+@samp{~=}.
 
 @item colon
 @samp{:}.