summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-10-14 10:39:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-10-15 13:46:27 +0200
commitc3707bb6e1ba033a3131224bd6e43437e2c46c89 (patch)
tree6803a279b79ed43bd98556abc0dee6f5010ec14c /doc/en
parentfa46a2fe2d1d785c76f1584ac838bf767bf0e56c (diff)
downloadweechat-c3707bb6e1ba033a3131224bd6e43437e2c46c89.zip
doc: Update hotlist example to match hotlist_prefix
hotlist_prefix defaults to "H: ", so the example should show the same to make it easier to understand what it is.
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 2d59ae552..75dd78e22 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -646,7 +646,7 @@ Example of terminal with WeeChat:
│ │ │ │
│ │ │ │
│ │ │ │
-│ │[12:55] [5] [irc/freenode] 2:#test(+n){4}* [Act: 3:#abc(2,5), 5] │
+│ │[12:55] [5] [irc/freenode] 2:#test(+n){4}* [H: 3:#abc(2,5), 5] │
│ │[@Flashy(i)] hi peter!█ │
└──────────────────────────────────────────────────────────────────────────────────────┘
▲ bars "status" and "input" bar "nicklist" ▲
@@ -697,7 +697,7 @@ Bar _status_ has following default items:
| buffer_filter | `+*+` | Filtering indicator: `+*+` means some lines are filtered (hidden), empty value means all lines are displayed.
| scroll | `-MORE(50)-` | Scroll indicator, with number of lines below last line displayed.
| lag | `[Lag: 2.5]` | Lag indicator, in seconds (hidden if lag is low).
-| hotlist | `[Act: 3:#abc(2,5), 5]` | List of buffers with activity (unread messages) (in example, 2 highlights and 5 unread messages on _#abc_, one unread message on buffer #5).
+| hotlist | `[H: 3:#abc(2,5), 5]` | List of buffers with activity (unread messages) (in example, 2 highlights and 5 unread messages on _#abc_, one unread message on buffer #5).
| completion | `abc(2) def(5)` | List of words for completion, with number of possible completions for each word.
|===