summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-10-20 21:49:21 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-10-20 21:49:21 +0200
commit52d72a3934ddda3ed699325f37ab900df9f6b115 (patch)
tree0cb312339ec8b7cb8d27e71248798de410baa33f /doc/en/autogen
parentda695533d49c4f7f4fa4ad8f7ac365e416efc049 (diff)
downloadweechat-52d72a3934ddda3ed699325f37ab900df9f6b115.zip
core: fix typo in /help weechat.history.max_buffer_lines_number
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/weechat_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 1a35d692a..99f030d59 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -364,12 +364,12 @@
** values: 0 .. 2147483647 (default value: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
-** description: `maximum number of minutes in history per buffer (0 = unlimited); examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year); use 0 ONLY if option weechat.history.max_buffer_lines_number is NOT set to 0`
+** description: `maximum number of minutes in history per buffer (0 = unlimited); examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year; use 0 ONLY if option weechat.history.max_buffer_lines_number is NOT set to 0`
** type: integer
** values: 0 .. 2147483647 (default value: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
-** description: `maximum number of lines in history per buffer (0 = unlimited); use 0 ONLY if option weechat.history.max_buffer_lines_minutes is NOT set to 0)`
+** description: `maximum number of lines in history per buffer (0 = unlimited); use 0 ONLY if option weechat.history.max_buffer_lines_minutes is NOT set to 0`
** type: integer
** values: 0 .. 2147483647 (default value: `4096`)