Function: vhdl-forward-comment

vhdl-forward-comment is a function alias for forward-comment, defined in syntax.c.

Signature

(vhdl-forward-comment COUNT)

Documentation

Move forward across up to COUNT comments. If COUNT is negative, move backward.

Stop scanning if we find something other than a comment or whitespace. Set point to where scanning stops. If COUNT comments are found as expected, with nothing except whitespace between them, return t; otherwise return nil.

Aliases

vhdl-forward-comment