WaveletScale is an option for ContinuousWaveletTransform and related constructs used to specify the smallest resolvable scale.
ParentsToPaths[l, i, j] takes a list of parents l and returns the path from i to j encoded in the parent list. ParentsToPaths[l, i] returns the paths from i to all vertices.
Starting in Version 7, Mathematica includes expression-to-speech functionality. In principle, any Mathematica expression can be translated in this way.
AutoDelete is an option for boxes that specifies whether a box is automatically deleted when its contents are edited.
DelimiterMatching is an option for selections that specifies whether an opening delimiter will match only its respective closing delimiter or any closing delimiter.
FileNameDialogSettings -> {opt -> val} is a global option that specifies settings for the Insert File Path dialog box.
RowMinHeight is an option for the low-level function GridBox that specifies the minimum total height in units of font size that should be allowed for each row.
UnderoverscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for UnderoverscriptBox objects.
int MLGetShortInteger (MLINK link, short *i) gets an integer from the MathLink connection specified by link and stores it as a C short in i.
x-- decreases the value of x by 1, returning the old value of x.