diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-05 21:35:35 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-05 21:35:35 +0100 |
commit | 8c63e26335706ff938c425c8ec7efb82635b1d69 (patch) | |
tree | 9e17d1de213f219444d5ff576c10ef6bbdc44879 /doc/source/commands.rst | |
parent | 6e27b4e6ef1b09e42419b172d281c3fd83a71312 (diff) | |
download | poezio-8c63e26335706ff938c425c8ec7efb82635b1d69.tar.gz poezio-8c63e26335706ff938c425c8ec7efb82635b1d69.tar.bz2 poezio-8c63e26335706ff938c425c8ec7efb82635b1d69.tar.xz poezio-8c63e26335706ff938c425c8ec7efb82635b1d69.zip |
Add documentation for /set_default
and fix minor typing mistakes too
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r-- | doc/source/commands.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 449d4095..fe106dea 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -146,6 +146,12 @@ These commands work in *any* tab. just set the option to true if it’s currently false, and to false if it’s currently true. + /set_default + **Usage:** ``/set_default [section] <option>`` + + Set the value of an option back to the default. For example, + ``/set_default resource`` will reset the ``resource`` option. + /toggle **Usage:** ``/toggle <option>`` |