diff options
Diffstat (limited to 'docs/help/in/set.in')
-rw-r--r-- | docs/help/in/set.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/help/in/set.in b/docs/help/in/set.in new file mode 100644 index 00000000..f21f81af --- /dev/null +++ b/docs/help/in/set.in @@ -0,0 +1,18 @@ + +@SYNTAX:set@ + +You can view or change the settings with /SET command. + +/SET without any arguments displays all the settings. +/SET <key> displays settings whose key (partly) matches <key> +/SET <key> <value> sets <key> to <value> + +Boolean settings accept only values ON, OFF and TOGGLE. You can +also use /TOGGLE command to change them, so /TOGGLE <key> behaves +like /SET <key> TOGGLE. /TOGGLE also accepts arguments ON and OFF +when /TOGGLE behaves exactly like /SET. + +Remember that changes are not saved until you use /SAVE! + +See also: TOGGLE + |