diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-30 21:01:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-30 21:01:11 +0200 |
commit | bde4b30021e6eba03fbe27299a8730fb63083238 (patch) | |
tree | 810b55a32305c474706868f640fb0b70ccc59d7c /doc/en | |
parent | 9510301f46388556cecc5465c56813c36285ad2c (diff) | |
download | weechat-bde4b30021e6eba03fbe27299a8730fb63083238.zip |
doc: fix description of "_chat_bol" and "_chat_eol" in function hook_focus (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index fe1c19d37..21916a557 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -12138,10 +12138,10 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _chat_word | Word at (x,y). | "Hello" | "" -| _chat_bol | Beginning of line ⇒ (x-1,y). | +| _chat_bol | Text from beginning of line to (x-1, y). | "He" | "" -| _chat_eol | (x,y) ⇒ end of line. | +| _chat_eol | Text from (x, y) to the end of line. | "llo world!" | "" | _bar_name | Name of bar. | |