From ced4032a35bb6cabd661de093d00bb3cc4d86125 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 12 Oct 2016 11:13:28 +0200
Subject: [PATCH] Note on --reference-links about --reference-location.

---
 MANUAL.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MANUAL.txt b/MANUAL.txt
index f867ad78f..7f354945a 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -643,7 +643,9 @@ Options affecting specific writers
 `--reference-links`
 
 :   Use reference-style links, rather than inline links, in writing Markdown
-    or reStructuredText.  By default inline links are used.
+    or reStructuredText.  By default inline links are used.  The
+    placement of link references is affected by the
+    `--reference-location` option.
 
 `--reference-location = block` | `section` | `document`