From a225ce2aafc612f2655cb553138e7c429e00ff7b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 24 Aug 2021 15:51:09 +0200 Subject: [PATCH] List definition needs spaces between ( and next token, and between token and ) Update to comment. --- src/frontend/com_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/com_option.c b/src/frontend/com_option.c index 267520e7e..bd347e295 100644 --- a/src/frontend/com_option.c +++ b/src/frontend/com_option.c @@ -10,7 +10,7 @@ /* The option command. Syntax is option [opt ...] [opt = val ...]. * Val may be a string, an int, a float, or a list of the - * form (elt1 elt2 ...). */ + * form ( elt1 elt2 ... ). */ void com_option(wordlist *wl) {