commit f549da36bd009f3a3db17e426f3a588ae69d16dd
parent 7a2dd30544a506d3b5f449e0dfe7d670c941d3ad
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 20 Apr 2019 10:19:59 +0200
Marks are allowed in pick sequences too.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pick.c b/pick.c
@@ -38,7 +38,7 @@ static char *desc[] = {
[PICK_NUM] = "Number",
[PICK_EXPR] = "Expression",
[PICK_KEY] = "Keyword",
- [PICK_SEQ] = "Sequence",
+ [PICK_SEQ] = "Sequence (also: marks)",
[PICK_HEADERPREP] = "Header prepend"
};