HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.
HermiteH[n, x] gives the Hermite polynomial H_n (x).
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
Max
(Built-in Mathematica Symbol) Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
PrivateFontOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for various font suboptions.
SpellingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for spell checking.
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.