forward-word

forward-word is an interactive built-in function in `C source code'.

It is bound to M-f, ESC <right>.

(forward-word &optional ARG)

Move point forward ARG words (backward if ARG is negative).
If ARG is omitted or nil, move point forward one word.
Normally returns t.
If an edge of the buffer or a field boundary is reached, point is left there
and the function returns nil. Field boundaries are not noticed if
`inhibit-field-text-motion' is non-nil.