Function: clojure--in-comment-p

clojure--in-comment-p is a byte-compiled function defined in clojure-mode.el.

Signature

(clojure--in-comment-p)

Documentation

Check whether the point is currently in a comment.

Source Code

;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defun clojure--in-comment-p ()
  "Check whether the point is currently in a comment."
  (nth 4 (syntax-ppss)))