The :apropos, :describe-function, and
:describe-key commands all give the descriptive information, plus all
other synonyms (since a function may have more than one name, for
convenience), all other keys that are bound to it (since many
key sequences may be bound to the same function), and whether the
command is a "motion" or an "operator."
A good example of this is the output of
:describe-function next-line:
"next-line" ^J j #-B
or "down-arrow"
or "down-line"
or "forward-line"
(motion: move down CNT lines )
This shows all four of its names and its three key-bindings. (The
sequence #-B is vile's
terminal-independent representation of the
up-arrow—a complete list of those names is in the help file.)