summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-03-24 17:03:59 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-03-24 17:03:59 +0100
commit6dd97638c39b1ed0598807d07ed66b25d8062fb5 (patch)
treed8780f610d9b59f41cec51d8a0e1e686859753dc /doc/en
parentd77e1ea49950f1f537194368cc4d003bb8667d41 (diff)
downloadweechat-6dd97638c39b1ed0598807d07ed66b25d8062fb5.zip
doc: add irc-modelist.c in translated versions of developer's guide
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index e6a815fc3..3733bb0d8 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -253,7 +253,7 @@ WeeChat "core" is located in following directories:
|       irc-input.c | Input of commands/text.
|       irc-message.c | Functions to manipulate IRC messages.
|       irc-mode.c | Functions about channel/nick modes.
-| irc-modelist.c | IRC channel mode lists (+b, +e, +I)
+|       irc-modelist.c | IRC channel mode lists (+b, +e, +I, ...).
|       irc-msgbuffer.c | Target buffer for IRC messages.
|       irc-nick.c | IRC nicks.
|       irc-notify.c | IRC notify lists.