diff doc/interpreter/emacs.txi @ 6501:68f3125f6e27

[project @ 2007-04-05 20:53:40 by jwe]
author jwe
date Thu, 05 Apr 2007 20:53:40 +0000
parents a441d6681364
children 083721ae3dfa
line wrap: on
line diff
--- a/doc/interpreter/emacs.txi	Thu Apr 05 19:14:03 2007 +0000
+++ b/doc/interpreter/emacs.txi	Thu Apr 05 20:53:40 2007 +0000
@@ -122,7 +122,7 @@
 
 @item M-TAB
 Perform completion on Octave symbol preceding point, comparing that
-symbol against Octave's reserved words and builtin variables
+symbol against Octave's reserved words and built-in variables
 (@code{octave-complete-symbol}). 
 
 @item M-C-a
@@ -324,12 +324,9 @@
 functions (such as @samp{cd} or @samp{who}) which are also reserved
 using @code{font-lock-keyword-face}
 @item
-the builtin operators (@samp{&&}, @samp{<>}, @dots{}) using
+the built-in operators (@samp{&&}, @samp{<>}, @dots{}) using
 @code{font-lock-reference-face}
 @item
-the builtin variables (such as @samp{warn_fortran_indexing}, @samp{NaN}
-or @samp{EDITOR}) in @code{font-lock-variable-name-face}
-@item
 and the function names in function declarations in
 @code{font-lock-function-name-face}.
 @end itemize