Skip to content

Commit

Permalink
Merge pull request #5078 from brunoruviaro/patch-1
Browse files Browse the repository at this point in the history
Fix args explanation SelectXFocus.schelp
  • Loading branch information
mossheim authored Jul 12, 2020
2 parents 741a8ab + 40ad2b6 commit 14c8265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HelpSource/Classes/SelectXFocus.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ classmethods::
method:: ar, kr

argument:: which
Index of the selected input, which is also the center of the selection for a focus < 1.
Index of the selected input, which is also the center of the selection for a focus > 0.
argument:: array
A collection of inputs.
argument:: focus
The "fuzziness" of the selection: the larger the focus, the more adjacent inputs are mixed in.
The "fuzziness" of the selection: the larger the focus, the less adjacent inputs are mixed in.
argument:: wrap
If set to true, index will wrap around the array of inputs (see also: link::Classes/Array#-wrapAt::).

Expand Down

0 comments on commit 14c8265

Please sign in to comment.