aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-03-04 00:15:57 +0100
committerRobin Jarry <robin@jarry.cc>2023-03-08 00:43:00 +0100
commit573b3266afcf6dc52c82ffa238f5d9b82ee11cf7 (patch)
treea8a3031183f3d444957bd64ab0627fd879bac62e /doc
parent66c532f859dd477ce57e222107c6b371e66064b8 (diff)
downloadaerc-573b3266afcf6dc52c82ffa238f5d9b82ee11cf7.tar.gz
templates: reverse args order for .Style
In preparation for .StyleMatch put the content first, followed by the style name. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-templates.7.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index 8a2a3381..7d77cd0b 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -374,7 +374,7 @@ aerc provides the following additional functions:
Apply a user-defined style (see *aerc-stylesets*(7)) to a string.
```
- {{.Style "red" .Account}}
+ {{.Style .Account "red"}}
```
*version*