Index: doc/refrat/keywords.tex
===================================================================
--- doc/refrat/keywords.tex	(revision 14d71ed795a85c2eee8838ac447f8391de8ff618)
+++ doc/refrat/keywords.tex	(revision d96f7c4f1e2b7dfb521e83969e9704b7e12505da)
@@ -11,6 +11,6 @@
 %% Created On       : Sun Aug  6 08:17:27 2017
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Fri Apr  6 15:16:11 2018
-%% Update Count     : 7
+%% Last Modified On : Fri Jan 17 14:45:13 2025
+%% Update Count     : 8
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{tabular}{@{}llllll@{}}
@@ -28,5 +28,4 @@
 ©exception©		\\
 ©fallthrough©	\\
-©fallthru©		\\
 \end{tabular}
 &
Index: doc/refrat/refrat.tex
===================================================================
--- doc/refrat/refrat.tex	(revision 14d71ed795a85c2eee8838ac447f8391de8ff618)
+++ doc/refrat/refrat.tex	(revision d96f7c4f1e2b7dfb521e83969e9704b7e12505da)
@@ -11,6 +11,6 @@
 %% Created On       : Wed Apr  6 14:52:25 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Mon Oct  5 09:02:53 2020
-%% Update Count     : 110
+%% Last Modified On : Fri Jan 17 14:45:04 2025
+%% Update Count     : 111
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -3348,5 +3348,5 @@
 
 The ©choose© statement is the same as the ©switch© statement except control transfers to the end of the ©choose© statement at a ©case© or ©default© labeled statement.
-The ©fallthru© statement is used to fall through to the next ©case© or ©default© labeled statement.
+The ©fallthrough© statement is used to fall through to the next ©case© or ©default© labeled statement.
 The following have identical meaning:
 \begin{flushleft}
@@ -3366,6 +3366,6 @@
   case 1: ... ; // exit
   case 2: ... ; // exit
-  case 3: ... ; fallthru;
-  case 4: ... ; fallthru;
+  case 3: ... ; fallthrough;
+  case 4: ... ; fallthrough;
   default: ... ; // exit
 }
