From f54e0c0476b4d0df3d58bcbf01916a6af8cca65e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 5 Jan 2025 22:45:11 +0200 Subject: [PATCH] mu-query-parser: cosmetic --- lib/mu-query-parser.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mu-query-parser.hh b/lib/mu-query-parser.hh index 72b23a7d..79c5e46b 100644 --- a/lib/mu-query-parser.hh +++ b/lib/mu-query-parser.hh @@ -80,7 +80,8 @@ Sexp process_query(const std::string& expr); * processes the tokens into a Sexp. This sexp is meant to be human-readable. * * @param expr a search expression - * @param expand whether to expand meta-fields (such as '_', 'recip', 'contacts') + * @param expand whether to expand combination-fields (such as '_', 'recip', + * 'contacts') * * @return Sexp with the parse tree */