summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-10-28 19:51:46 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-10-28 19:51:46 +0200
commit95deef091e7a6a1eea82f8b5d679879b3acb912d (patch)
tree1a5bcc8dfd6dd7ef088112fa6d1bd51f8de390f6 /doc/en
parent44d9e01dadb60c9303c95578d881cdf294552bd0 (diff)
downloadweechat-95deef091e7a6a1eea82f8b5d679879b3acb912d.zip
doc: fix two properties of function window_get_integer in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt6
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: