summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/contributing.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index d8de71055a..866d2dae6b 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -864,7 +864,8 @@ to proper type error reports.
 Guix code should define appropriate data types (for instance, using
 @code{define-record-type*}) rather than abuse lists.  In addition, it
 should use pattern matching, via Guileā€™s @code{(ice-9 match)} module,
-especially when matching lists.
+especially when matching lists (@pxref{Pattern Matching,,, guile, GNU
+Guile Reference Manual}).
 
 @node Formatting Code
 @subsection Formatting Code