MenuCommandKey is an option for cells that specifies the keyboard shortcut to be associated with a style listed in the Format \[FilledRightTriangle] Style submenu.
OverDot
(Built-in Mathematica Symbol) OverDot[expr] displays with a dot over expr.
OverHat
(Built-in Mathematica Symbol) OverHat[expr] displays with a hat over expr.
OverTilde[expr] displays with a tilde over expr.
OverVector[expr] displays with a right vector over expr.
PrintPrecision is an option for selections that specifies the maximum number of digits used for displaying a machine-precision number.
QuotientRemainder[m, n] gives a list of the quotient and remainder from division of m by n.
RandomPermutation[gr] gives a pseudorandom permutation in the permutation group gr.RandomPermutation[gr, n] gives a list of n pseudorandom permutations in the permutation ...
Scrollbars is an option for Pane that specifies whether scrollbars should be displayed.
Span
(Built-in Mathematica Symbol) i ;; j represents a span of elements i through j.i ;; represents a span from i to the end.;; j represents a span from the beginning to j.;; represents a span that includes ...