We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ea7ce + 1d179f2 commit 75e34d9Copy full SHA for 75e34d9
clojure-mode.el
@@ -275,9 +275,7 @@ ENDP and DELIMITER."
275
276
(defsubst clojure-in-docstring-p ()
277
"Check whether point is in a docstring."
278
- (unless (bobp)
279
- (eq (get-text-property (1- (point-at-eol)) 'face)
280
- 'font-lock-doc-face)))
+ (eq (get-text-property (point) 'face) 'font-lock-doc-face))
281
282
(defsubst clojure-docstring-fill-prefix ()
283
"The prefix string used by `clojure-fill-paragraph'.
0 commit comments