forward-symbol

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


(forward-symbol ARG)

Move point to the next position that is the end of a symbol.
A symbol is any sequence of characters that are in either the
word constituent or symbol constituent syntax class.
With prefix argument ARG, do it ARG times if positive, or move
backwards ARG times if negative.