<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -140,6 +140,8 @@ if that value is non-nil.&quot;
        &quot;\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *&quot;)
   (set (make-local-variable 'lisp-indent-function)
        'clojure-indent-function)
+  (set (make-local-variable 'lisp-doc-string-elt-property)
+	   'clojure-doc-string-elt)
   (set (make-local-variable 'font-lock-multiline) t)
 
   (setq lisp-imenu-generic-expression
@@ -331,6 +333,12 @@ elements of a def* forms.&quot;
       (&quot;\\&lt;io\\!\\&gt;&quot; 0 font-lock-warning-face)))
   &quot;Default expressions to highlight in Clojure mode.&quot;)
 
+;; Docstring positions
+(put 'defn 'clojure-doc-string-elt 2)
+(put 'defn- 'clojure-doc-string-elt 2)
+(put 'defmulti 'clojure-doc-string-elt 2)
+(put 'defmacro 'clojure-doc-string-elt 2)
+
 (defun clojure-indent-function (indent-point state)
   &quot;This function is the normal value of the variable `lisp-indent-function'.
 It is used when indenting a line within a function call, to see if the</diff>
      <filename>clojure-mode.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d39c0aaa8b6f4df08eb49930b28431376dba1ac4</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/jochu/clojure-mode/commit/bf8c632dae2908aef53f7b8fecfeba1e4545ca45</url>
  <id>bf8c632dae2908aef53f7b8fecfeba1e4545ca45</id>
  <committed-date>2009-10-14T10:13:31-07:00</committed-date>
  <authored-date>2009-10-14T10:13:31-07:00</authored-date>
  <message>Font-lock docstrings as comments rather than strings. Thanks, Jeff Valk!</message>
  <tree>da06d88ddb887931bcbbdb781e2f87ec51803f2d</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
