Complete Selection completes a partially typed function name.
Find searches the current notebook for matches to the text contained in the Search for: field of the dialog box.
AnimationDirection is an option which specifies the direction to run an animation.
Bookmarks is an option for Manipulate and related functions that gives a list of bookmark settings.
HoldAll
(Built-in Mathematica Symbol) HoldAll is an attribute which specifies that all arguments to a function are to be maintained in an unevaluated form.
ImageReflect[image] reverses image by top-bottom mirror reflection. ImageReflect[image, side] reverses image by reflecting it so that the specified side goes to the opposite ...
Superscript[x, y] is an object that formats as x^y.
$Language is a list of strings which give the names of languages to use for messages.
In doing a calculation with Mathematica, you usually go through a sequence of steps. If you want to, you can do each step on a separate line. Often, however, you will find it ...
Cases
(Built-in Mathematica Symbol) Cases[{e_1, e_2, ...}, pattern] gives a list of the e_i that match the pattern. Cases[{e_1, ...}, pattern -> rhs] gives a list of the values of rhs corresponding to the e_i ...