diff options
author | Joel Pickett <mail@vyryls.com> | 2022-07-29 10:13:21 +1000 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-30 17:58:27 +0200 |
commit | e73e5065b0f81e566f8383d30ad25950b127e96b (patch) | |
tree | 87f6474ad45bebd12e189a93479d02a9e2f8fb8e | |
parent | b8ef8d2628e2b307864aee1f61ab4036d0473b33 (diff) | |
download | aerc-e73e5065b0f81e566f8383d30ad25950b127e96b.tar.gz |
doc: fix blink config example
Signed-off-by: Joel Pickett <mail@vyryls.com>
Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | doc/aerc-stylesets.7.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index b8490456..9d4c91be 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -48,7 +48,7 @@ style objects. The blink attribute of the style object is set/unset. _The terminal needs to support blinking text_ - Syntax: `<style_object>.bold=<true|false|toggle>` + Syntax: `<style_object>.blink=<true|false|toggle>` *underline* The underline attribute of the style object is set/unset. |