Function: pgg-skip-bytes
pgg-skip-bytes is a function alias and interactive for forward-char,
defined in cmds.c.
Signature
(pgg-skip-bytes &optional N)
Documentation
Move point N characters forward (backward if N is negative).
On reaching end or beginning of buffer, stop and signal error. Interactively, N is the numeric prefix argument. If N is omitted or nil, move point 1 character forward.
Depending on the bidirectional context, the movement may be to the
right or to the left on the screen. This is in contrast with
<right> (right-char), which see.
Key Bindings