Skip to content

Commit

Permalink
[Fix #542] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 13, 2019
1 parent 31cc62a commit 8073725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-mode.el
Expand Up @@ -1090,7 +1090,7 @@ point) to check."
(put 'defmacro 'clojure-doc-string-elt 2)
(put 'definline 'clojure-doc-string-elt 2)
(put 'defprotocol 'clojure-doc-string-elt 2)
(put 'deftask 'clojure-doc-string-eld 2) ;; common Boot macro
(put 'deftask 'clojure-doc-string-elt 2) ;; common Boot macro

;;; Vertical alignment
(defcustom clojure-align-forms-automatically nil
Expand Down

0 comments on commit 8073725

Please sign in to comment.