# HG changeset patch # User John W. Eaton # Date 1205863288 14400 # Node ID 28d36331b049d0b2e7912c40f64f6a43114767f7 # Parent 87e1ee0b2149aec437598ebe7301707d71b22948 remove <> from the manual diff -r 87e1ee0b2149 -r 28d36331b049 doc/interpreter/emacs.txi --- a/doc/interpreter/emacs.txi Tue Mar 18 13:44:06 2008 -0400 +++ b/doc/interpreter/emacs.txi Tue Mar 18 14:01:28 2008 -0400 @@ -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 diff -r 87e1ee0b2149 -r 28d36331b049 doc/interpreter/eos.txi --- a/doc/interpreter/eos.txi Tue Mar 18 13:44:06 2008 -0400 +++ b/doc/interpreter/eos.txi Tue Mar 18 14:01:28 2008 -0400 @@ -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 diff -r 87e1ee0b2149 -r 28d36331b049 doc/interpreter/expr.txi --- a/doc/interpreter/expr.txi Tue Mar 18 13:44:06 2008 -0400 +++ b/doc/interpreter/expr.txi Tue Mar 18 14:01:28 2008 -0400 @@ -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{:}.