diff --git a/style/mu/base.dtx b/style/mu/base.dtx
index d5dcbeec7a104c095a9f98ba77767cbf8175c10d..d9cf5a35b59944e1a237cf7be2de6b96f25d5640 100644
--- a/style/mu/base.dtx
+++ b/style/mu/base.dtx
@@ -1103,12 +1103,14 @@
 %   macros so they by default start on the same page as the
 %   the previous element and are in the lower part of the page.
 %   [TV]}
+% \changes{v1.1.1}{2024/03/06}{Typeset \cs{thesis@TeXkeywords},
+%   not \cs{thesis@keywords}. [VN]}
 % \begin{macrocode}
 \def\thesis@blocks@keywords{%
   \begin{alwayssingle}%
     {\let\thesis@blocks@clear\relax%
     \chapter*{\vspace*{\fill}\thesis@@{keywordsTitle}}}%
-    \noindent\leavevmode\thesis@keywords  
+    \noindent\leavevmode\thesis@TeXkeywords
   \end{alwayssingle}}
 %    \end{macrocode}
 % \end{macro}\begin{macro}{\thesis@blocks@keywordsEn}
@@ -1118,6 +1120,8 @@
 % \changes{v0.3.46}{2017/06/02}{Simplified the definition of
 %   \cs{thesis@blocks@keywordsEn} in
 %   \texttt{style/mu/fithesis-base.sty}. [VN]}
+% \changes{v1.1.1}{2024/03/06}{Typeset \cs{thesis@TeXkeywords},
+%   not \cs{thesis@keywords}. [VN]}
 % \begin{macrocode}
 \def\thesis@blocks@keywordsEn{%
   \ifthesis@english\else
@@ -1125,7 +1129,7 @@
     \begin{alwayssingle}%
       {\let\thesis@blocks@clear\relax%
       \chapter*{\vspace*{\fill}\thesis@english@keywordsTitle}}%
-      \noindent\leavevmode\thesis@keywordsEn
+      \noindent\leavevmode\thesis@TeXkeywordsEn
     \end{alwayssingle}}%
   \fi}
 %    \end{macrocode}