forward-whitespace

forward-whitespace is an interactive compiled Lisp function in `subr.el'.


(forward-whitespace ARG)

Move point to the end of the next sequence of whitespace chars.
Each such sequence may be a single newline, or a sequence of
consecutive space and/or tab characters.
With prefix argument ARG, do it ARG times if positive, or move
backwards ARG times if negative.