diff --git a/guix/store.scm b/guix/store.scm
index 0bebe8a5644c7a09b2093b1ea5f6935380b80c2c..d1621e4504e2c1092816a22fbcd59c341d77c7c4 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -414,7 +414,8 @@ (define-operation (add-to-store (string basename)
                                 (boolean recursive?)
                                 (string hash-algo)
                                 (file file-name))
-  "Add the contents of FILE-NAME under BASENAME to the store."
+  "Add the contents of FILE-NAME under BASENAME to the store.  Note that
+FIXED? is for backward compatibility with old Nix versions and must be #t."
   store-path)
 
 (define-operation (build-derivations (string-list derivations))