summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 55bc34b79..1ed072476 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -5541,7 +5541,9 @@ command_init ()
"For context \"mouse\" (possible in context \"cursor\" "
"too), key has format: \"@area:key\" where area can be:\n"
" *: any area on screen\n"
- " chat: chat area\n"
+ " chat: chat area (any buffer)\n"
+ " chat(xxx): char area for buffer with name \"xxx\" (full "
+ "name including plugin)\n"
" bar(*): any bar\n"
" bar(xxx): bar \"xxx\"\n"
" item(*): any bar item\n"