From 690193e4e5fd7449fe44bc870a74d2496a5d8c0e Mon Sep 17 00:00:00 2001
From: "Lev E. Givon" <lev@columbia.edu>
Date: Tue, 22 Jan 2019 23:58:18 -0500
Subject: [PATCH] Clarify that $ must come right before $. (#5243)

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

diff --git a/MANUAL.txt b/MANUAL.txt
index 65791f93b..e3ee4dfe7 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1768,6 +1768,9 @@ consecutive items:
 
     $for(author)$$author$$sep$, $endfor$
 
+Note that the separator needs to be specified immediately before the `$endfor` 
+keyword.
+
 A dot can be used to select a field of a variable that takes
 an object as its value.  So, for example: