add [every] to syntax summary of 'set' command

This commit is contained in:
Mark Harrah 2012-09-22 16:45:24 -04:00
parent 933d5fb0fe
commit a2c2af8b08
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ InspectCommand + """ definitions <key>
val SetCommand = "set"
val setBrief = (SetCommand, "Evaluates a Setting and applies it to the current project.")
val setDetailed =
SetCommand + """ <setting-expression>
SetCommand + """ [every] <setting-expression>
Applies the given setting to the current project:
1) Constructs the expression provided as an argument by compiling and loading it.