Skip to content

Commit 8073725

Browse files
committed
[Fix #542] Fix a typo
1 parent 31cc62a commit 8073725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ point) to check."
10901090
(put 'defmacro 'clojure-doc-string-elt 2)
10911091
(put 'definline 'clojure-doc-string-elt 2)
10921092
(put 'defprotocol 'clojure-doc-string-elt 2)
1093-
(put 'deftask 'clojure-doc-string-eld 2) ;; common Boot macro
1093+
(put 'deftask 'clojure-doc-string-elt 2) ;; common Boot macro
10941094

10951095
;;; Vertical alignment
10961096
(defcustom clojure-align-forms-automatically nil

0 commit comments

Comments
 (0)