Function: vhdl-end-of-statement

vhdl-end-of-statement is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-end-of-statement)

Documentation

Very simple implementation.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-end-of-statement ()
  "Very simple implementation."
  (interactive)
  (re-search-forward vhdl-e-o-s-re))