diff options
-rw-r--r-- | doc/en/dev/plugin_c_api.en.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml index 781819946..1f2a616b7 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -6970,8 +6970,12 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property, </row> <row> <entry>display</entry> - <entry>N/A</entry> - <entry>swtich to this buffer in current window</entry> + <entry>"1", "auto"</entry> + <entry> + swtich to this buffer in current window (if value is + "auto", then it's considered as auto-switch and read + marker is not reset for current buffer) + </entry> </row> <row> <entry>name</entry> |