From ec337a760151806aca8619ae9f9750eb9b632283 Mon Sep 17 00:00:00 2001 From: Michael Siegel Date: Tue, 16 Apr 2019 22:02:19 +0000 Subject: [PATCH] quick start guide: rearrange content in section 2 Put everything help-related first, then explain how to set options. --- doc/en/weechat_quickstart.en.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/en/weechat_quickstart.en.adoc b/doc/en/weechat_quickstart.en.adoc index ad23be3b7..e7f733405 100644 --- a/doc/en/weechat_quickstart.en.adoc +++ b/doc/en/weechat_quickstart.en.adoc @@ -34,16 +34,22 @@ To get help on a specific command, issue: /help command ---- -To set options, issue: +Help is available for options as well: ---- -/set config.section.option value +/help config.section.option ---- (where `config` is configuration name (`weechat` for core, or a plugin name), `section` the section of this configuration and `option` the option name). +To set options, issue: + +---- +/set config.section.option value +---- + WeeChat immediately uses the new value (you *never* need to restart WeeChat after changes to configuration). @@ -58,12 +64,6 @@ that were not yet saved with `/save`). + You can use the command `/set`, which checks the value and applies immediately the changes. -Help is available for options: - ----- -/help config.section.option ----- - The plugin _fset_ allows you to easily browse options and change them. For example to display WeeChat options: