comparison doc/interpreter/eos.txi @ 7594:5acf21344dff

remove <> from the manual
author John W. Eaton <jwe@octave.org>
date Tue, 18 Mar 2008 14:01:28 -0400
parents fd42779a8428
children 03b7f618ab3d 72830070a17b
comparison
equal deleted inserted replaced
7593:fdb6ff523237 7594:5acf21344dff
337 @item 337 @item
338 the Octave reserved words (such as all block keywords) and the text 338 the Octave reserved words (such as all block keywords) and the text
339 functions (such as @samp{cd} or @samp{who}) which are also reserved 339 functions (such as @samp{cd} or @samp{who}) which are also reserved
340 using @code{font-lock-keyword-face} 340 using @code{font-lock-keyword-face}
341 @item 341 @item
342 the built-in operators (@samp{&&}, @samp{<>}, @dots{}) using 342 the built-in operators (@samp{&&}, @samp{==}, @dots{}) using
343 @code{font-lock-reference-face} 343 @code{font-lock-reference-face}
344 @item 344 @item
345 and the function names in function declarations in 345 and the function names in function declarations in
346 @code{font-lock-function-name-face}. 346 @code{font-lock-function-name-face}.
347 @end itemize 347 @end itemize