diff --git a/nixos/doc/manual/configuration/customizing-packages.xml b/nixos/doc/manual/configuration/customizing-packages.xml
index f938d6dd67ed..8aa01fb57a09 100644
--- a/nixos/doc/manual/configuration/customizing-packages.xml
+++ b/nixos/doc/manual/configuration/customizing-packages.xml
@@ -45,8 +45,8 @@ elements.)
overrideAttrs. While the
override mechanism above overrides the arguments of
a package function, overrideAttrs allows
-changing the attributes of the function. This
-permits changing any aspect of the package, such as the source code.
+changing the attributes passed to mkDerivation.
+This permits changing any aspect of the package, such as the source code.
For instance, if you want to override the source code of Emacs, you
can say: