diff options
author | Robin Jarry <robin@jarry.cc> | 2022-12-26 17:02:14 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-27 21:07:53 +0100 |
commit | 49d4e9d607006acd783d524feefef50e0ea27001 (patch) | |
tree | 8542076fd02340d60651d86bcab458d215bcf322 /doc/aerc-stylesets.7.scd | |
parent | 5f57a9404f047615ee70c4d2570245df9ac3ef92 (diff) | |
download | aerc-49d4e9d607006acd783d524feefef50e0ea27001.tar.gz |
doc: fix numbered lists
According to scdoc(5), numbered lists start with a period.
Fixes: af63bd0188d1 ("doc: homogenize scdoc markup")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-stylesets.7.scd')
-rw-r--r-- | doc/aerc-stylesets.7.scd | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index d82ba7cf..34bbf4af 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -180,20 +180,20 @@ that style applies, unless overridden by a higher layer. The order that *msglist_\** styles are applied in is, from first to last: -1. *msglist_default* -2. *msglist_unread* -3. *msglist_read* -4. *msglist_flagged* -5. *msglist_deleted* -6. *msglist_marked* +. *msglist_default* +. *msglist_unread* +. *msglist_read* +. *msglist_flagged* +. *msglist_deleted* +. *msglist_marked* So, the marked style will override all other msglist styles. The order for *dirlist_\** styles is: -1. *dirlist_default* -2. *dirlist_unread* -3. *dirlist_recent* +. *dirlist_default* +. *dirlist_unread* +. *dirlist_recent* ## COLORS |