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.
1 parent f93f907 commit b3d2976Copy full SHA for b3d2976
1 file changed
clojure-mode.el
@@ -1410,7 +1410,7 @@ point) to check."
1410
;; Docstring positions
1411
(defconst clojure--docstring-def-forms
1412
'(ns def defn defn- defmulti defmacro definline defprotocol
1413
- deftask) ;; deftask is a common Boot macro
+ deftask) ;; deftask is a common Boot macro
1414
"Forms whose second argument position is a docstring.
1415
The `clojure-doc-string-elt' property is set for each of these
1416
so that `font-lock-syntactic-face-function' can recognize
0 commit comments