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