diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index dc9b560ac..667287252 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -9564,9 +9564,9 @@ Arguments: ** 'win_chat_height': height of chat window, in chars ** 'first_line_displayed': 1 if first line of buffer is displayed on screen, otherwise 0 -** 'scroll': 1 if scroll is active on window (last line not displayed) -** 'scroll_lines_after': number of lines not displayed after last one - displayed (when scrolling) +** 'scrolling': 1 if scroll is active on window (last line not displayed) +** 'lines_after': number of lines not displayed after last one displayed + (when scrolling) Return value: |