diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml
index fa9149834..754c4d029 100644
--- a/doc/manual/conf-file.xml
+++ b/doc/manual/conf-file.xml
@@ -425,12 +425,13 @@ flag, e.g. --option gc-keep-outputs false.
auto-optimise-store
- If set to true (the default),
- Nix automatically detects files in the store that have identical
+ If set to true, Nix
+ automatically detects files in the store that have identical
contents, and replaces them with hard links to a single copy.
- This saves disk space. If set to false, you
- can still run nix-store --optimise to get rid
- of duplicate files.
+ This saves disk space. If set to false (the
+ default), you can still run nix-store
+ --optimise to get rid of duplicate
+ files.