diff --git a/modules/field/field.module b/modules/field/field.module
index 0a9d5e40ace30478183bc332908c3f2fa48c50eb..3cda80e5133effda60bc458619ad05f4ad2000fc 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -221,6 +221,9 @@ class FieldException extends Exception {}
  *     - other_mode
  *        - ...
  *
+ * The (default) render arrays produced for field instances are documented at
+ * field_attach_view().
+ *
  * Bundles are represented by two strings, an entity type and a bundle name.
  *
  * - @link field_types Field Types API @endlink. Defines field types,