Function: clojure--in-string-p
clojure--in-string-p is a byte-compiled function defined in
clojure-mode.el.
Signature
(clojure--in-string-p)
Documentation
Check whether the point is currently in a string.
Source Code
;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defun clojure--in-string-p ()
"Check whether the point is currently in a string."
(nth 3 (syntax-ppss)))