Function: octave-in-string-or-comment-p
octave-in-string-or-comment-p is a byte-compiled function defined in
octave.el.gz.
Signature
(octave-in-string-or-comment-p)
Documentation
Return non-nil if point is inside an Octave string or comment.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defun octave-in-string-or-comment-p ()
"Return non-nil if point is inside an Octave string or comment."
(nth 8 (syntax-ppss)))