# HG changeset patch # User jwe # Date 1106777711 0 # Node ID 695509577dc66de9639efa18780d0ece65b33def # Parent dae2829643c71f212cb7c0baae346279e79767cd [project @ 2005-01-26 22:15:11 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-01-26 Joel Andersson + + * help.cc (keywords): Document endswitch. + 2005-01-21 John W. Eaton * DLD-FUNCTIONS/filter.cc (filter): Avoid slow Marray indexing ops. diff --git a/src/help.cc b/src/help.cc --- a/src/help.cc +++ b/src/help.cc @@ -267,6 +267,9 @@ { "endif", "Mark the end of an if block.", }, + { "endswitch", + "Mark the end of a switch block.", }, + { "endwhile", "Mark the end of a while loop.", },