diff --git a/fithesis.dtx b/fithesis.dtx
index 5284200e5b1d37453d488d55c5592929ea364f41..b171d49d853f80bb1c351c6bb08a9ac3a946f79e 100644
--- a/fithesis.dtx
+++ b/fithesis.dtx
@@ -985,11 +985,11 @@
   \ClassWarning{fithesis3}{File #1 doesn't exist}}}
 %    \end{macrocode}
 % \end{macro}\begin{macro}{\thesis@require}
-% The \DescribeMacro{\thesis@require}|\thesis@require|%
-% \marg{package} expands to |\RequirePackage|\marg{package}, if
-% the specified \textit{package} has not yet been loaded. This
-% generally serves to prevents options clashes, when the options
-% with which the package had been loaded are of no consequence.
+% The |\thesis@require| \marg{package} expands to
+% |\RequirePackage|\marg{package}, if the specified
+% \textit{package} has not yet been loaded. This generally serves
+% to prevents options clashes, when the options with which the
+% package had been loaded are of no consequence.
 %    \begin{macrocode}
 \def\thesis@require#1{%
   \@ifpackageloaded{#1}{}{\RequirePackage{#1}}}