right-char

right-char is an interactive compiled Lisp function in `bindings.el'.

It is bound to <right>.

(right-char &optional N)

Move point N characters to the right (to the left if N is negative).
On reaching beginning or end of buffer, stop and signal error.

If `visual-order-cursor-movement' is non-nil, this always moves
to the right on display, wherever that is in the buffer.
Otherwise, depending on the bidirectional context, this may move
one position either forward or backward in the buffer. This is
in contrast with C-f and C-b, which
see.