MorphologicalTransform[image, f] applies the function f to the 3*3 neighborhood of each pixel in a binary image image.MorphologicalTransform[image, rule] applies a ...
NotebookClose[notebook] closes the notebook corresponding to the specified notebook object. NotebookClose[] closes the current evaluation notebook.
NotebooksMenu is a global option that specifies which recently opened notebooks are listed under the File menu.
NRoots
(Built-in Mathematica Symbol) NRoots[lhs == rhs, var] yields a disjunction of equations which represent numerical approximations to the roots of a polynomial equation.
Overlaps is an option to StringCases, StringCount, and StringPosition that specifies how to treat overlapping substrings.
PassEventsUp is an option to EventHandler that specifies whether events handled by a particular event handler should be passed up to event handlers in outer expressions.
RenameDirectory["dir_1", "dir_2"] renames the directory dir_1 to dir_2.
p ... or RepeatedNull[p] is a pattern object that represents a sequence of zero or more expressions, each matching p.
RowLines is an option for the low-level function GridBox that specifies whether lines should be drawn between adjacent rows.
Selectable is an option for displayed objects, cells, and notebooks that specifies whether their contents can be selected interactively using the front end.