Function: vhdl-in-string-p
vhdl-in-string-p is a byte-compiled function defined in
vhdl-mode.el.gz.
Signature
(vhdl-in-string-p)
Documentation
Check if point is in a string.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-in-string-p ()
"Check if point is in a string."
(eq (vhdl-in-literal) 'string))