changeset 11446:67e3edbf8ff7

Update list of keywords in Grammar chapter of documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 05 Jan 2011 20:22:12 -0800
parents 40f311a69417
children 76f15f3da207
files doc/ChangeLog doc/interpreter/grammar.txi
diffstat 2 files changed, 15 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Jan 05 16:17:35 2011 -0500
+++ b/doc/ChangeLog	Wed Jan 05 20:22:12 2011 -0800
@@ -1,3 +1,7 @@
+2011-01-05  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/grammar.txi: Update list of keywords in grammar.
+
 2011-01-05  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/plot.txi (Introduction to Plotting): Formatting
--- a/doc/interpreter/grammar.txi	Wed Jan 05 16:17:35 2011 -0500
+++ b/doc/interpreter/grammar.txi	Wed Jan 05 20:22:12 2011 -0800
@@ -36,17 +36,20 @@
 or function names:
 
 @multitable @columnfractions .33 .33 .33
-@item @code{break} @tab @code{case} @tab @code{catch}
+@item @code{__FILE__} @tab @code{__LINE__} @tab @code{break}
+@item @code{case} @tab @code{catch} @tab @code{classdef}
 @item @code{continue} @tab @code{do} @tab @code{else}
 @item @code{elseif} @tab @code{end} @tab @code{end_try_catch}
-@item @code{end_unwind_protect} @tab @code{endfor} @tab @code{endfunction}
-@item @code{endif} @tab @code{endswitch} @tab @code{endwhile}
-@item @code{for} @tab @code{function} @tab @code{global}
-@item @code{if} @tab @code{otherwise} @tab @code{persistent}
-@item @code{return} @tab @code{static} @tab @code{switch}
+@item @code{end_unwind_protect} @tab @code{endclassdef} @tab @code{endevents}
+@item @code{endfor} @tab @code{endfunction} @tab @code{endif}
+@item @code{endmethods} @tab @code{endproperties} @tab @code{endswitch}
+@item @code{endwhile} @tab @code{events} @tab @code{for}
+@item @code{function} @tab @code{get} @tab @code{global}
+@item @code{if} @tab @code{methods} @tab @code{otherwise}
+@item @code{persistent} @tab @code{properties} @tab @code{return}
+@item @code{set} @tab @code{static} @tab @code{switch}
 @item @code{try} @tab @code{until} @tab @code{unwind_protect}
-@item @code{unwind_protect_cleanup} @tab @code{varargin} @tab @code{varargout}
-@item @code{while} @tab @code{__FILE__} @tab @code{__LINE__}
+@item @code{unwind_protect_cleanup}@tab @code{while}
 @end multitable
 
 @DOCSTRING(iskeyword)