# HG changeset patch # User John W. Eaton # Date 1205863288 14400 # Node ID 5acf21344dff47553e752b727e77c43072d306a3 # Parent fdb6ff523237de851e092e1422ede0cb04f4d50c remove <> from the manual diff --git a/doc/interpreter/emacs.txi b/doc/interpreter/emacs.txi --- 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 diff --git a/doc/interpreter/eos.txi b/doc/interpreter/eos.txi --- 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 diff --git a/doc/interpreter/expr.txi b/doc/interpreter/expr.txi --- 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{:}.