diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/config.xml | 4 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 190c2a0bd..1ffe81c4f 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -156,14 +156,14 @@ <entry><option>look_nick_prefix</option></entry> <entry>string</entry> <entry>any string</entry> - <entry>'<'</entry> + <entry>''</entry> <entry>Text to display before nick in chat window</entry> </row> <row> <entry><option>look_nick_suffix</option></entry> <entry>string</entry> <entry>any string</entry> - <entry>'>'</entry> + <entry>' |'</entry> <entry>Text to display after nick in chat window</entry> </row> <row> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index ce18032fb..eac5678c8 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -226,7 +226,7 @@ manage windows right: switch to window on the right splith: split current window horizontally splitv: split current window vertically -resize: resize window size, new size is pct%% of parent window +resize: resize window size, new size is <pct> pourcentage of parent window merge: merge window with another (all = keep only one window) For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 |