diff options
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 12 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 3dc69a684..6df8db094 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -483,16 +483,16 @@ Examples: rename <name> <new_name> store: store current buffers/windows in a layout - apply: apply saved layout + apply: apply stored layout leave: leave current layout (does not update any layout) - del: delete buffers and/or windows in a saved layout + del: delete buffers and/or windows in a stored layout (if neither "buffers" nor "windows" is given after the name, the layout is deleted) rename: rename a layout - name: name for saved layout (default is "default") -buffers: save/apply only buffers (order of buffers) -windows: save/apply only windows (buffer displayed by each window) + name: name for stored layout (default is "default") +buffers: store/apply only buffers (order of buffers) +windows: store/apply only windows (buffer displayed by each window) -Without argument, this command displays saved layouts. +Without argument, this command displays stored layouts. ---- [[command_weechat_mouse]] diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 5c1b4e4ba..8a2776fcc 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -803,11 +803,6 @@ ** type: boolean ** values: on, off (default value: `on`) -* [[option_weechat.look.save_layout_on_exit]] *weechat.look.save_layout_on_exit* -** description: `save layout on exit (buffers, windows, or both)` -** type: integer -** values: none, buffers, windows, all (default value: `none`) - * [[option_weechat.look.scroll_amount]] *weechat.look.scroll_amount* ** description: `how many lines to scroll by with scroll_up and scroll_down` ** type: integer @@ -838,6 +833,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_weechat.look.store_layout_on_exit]] *weechat.look.store_layout_on_exit* +** description: `store layout on exit (buffers, windows, or both)` +** type: integer +** values: none, buffers, windows, all (default value: `none`) + * [[option_weechat.look.tab_width]] *weechat.look.tab_width* ** description: `number of spaces used to display tabs in messages` ** type: integer |