From 12b3ee3787043f4c072c338762a5928c84ce5b5f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 10 Sep 2021 09:32:51 -0700
Subject: [PATCH] MANUAL: Document formats affected by `--reference-location`.

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

diff --git a/MANUAL.txt b/MANUAL.txt
index 57b9f3b2c..f0d3c8965 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -972,7 +972,9 @@ header when requesting a document from a URL:
 :   Specify whether footnotes (and references, if `reference-links` is
     set) are placed at the end of the current (top-level) block, the
     current section, or the document. The default is
-    `document`. Currently only affects the markdown and HTML writers.
+    `document`. Currently this option only affects the
+    `markdown`, `muse`, `html`, `epub`, `slidy`, `s5`, `slideous`,
+    `dzslides`, and `revealjs` writers.
 
 `--markdown-headings=setext`|`atx`