Update docs

This commit is contained in:
Florian Bruhin 2016-11-24 07:24:26 +01:00
parent 3d140a1353
commit 26e7ec848f
2 changed files with 3 additions and 3 deletions

View File

@ -171,8 +171,8 @@ Contributors, sorted by the number of commits in descending order:
* Thorsten Wißmann * Thorsten Wißmann
* Austin Anderson * Austin Anderson
* Jimmy * Jimmy
* Spreadyy
* Niklas Haas * Niklas Haas
* Spreadyy
* Alexey "Averrin" Nabrodov * Alexey "Averrin" Nabrodov
* nanjekyejoannah * nanjekyejoannah
* avk * avk

View File

@ -733,7 +733,7 @@ Save a session.
[[set]] [[set]]
=== set === set
Syntax: +:set [*--temp*] [*--print*] ['section'] ['option'] ['value']+ Syntax: +:set [*--temp*] [*--print*] ['section'] ['option'] ['values' ['values' ...]]+
Set an option. Set an option.
@ -742,7 +742,7 @@ If the option name ends with '?', the value of the option is shown instead. If t
==== positional arguments ==== positional arguments
* +'section'+: The section where the option is in. * +'section'+: The section where the option is in.
* +'option'+: The name of the option. * +'option'+: The name of the option.
* +'value'+: The value to set. * +'values'+: The value to set, or the values to cycle through.
==== optional arguments ==== optional arguments
* +*-t*+, +*--temp*+: Set value temporarily. * +*-t*+, +*--temp*+: Set value temporarily.