<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,9 +22,12 @@
 ;; Quickly switch between projects and perform operations on a
 ;; per-project basis. A 'project' in this sense is a directory of
 ;; related files, usually a directory of source files. Projects are
-;; defined in pure elisp with the 'project-def' function. See the
-;; documentation of the following project operation functions for
-;; more details.
+;; defined in pure elisp with the 'project-def' function. No
+;; mk-project-specific files are required in the project's base
+;; directory.
+;;
+;; The following functions constitute the public API of this file. See
+;; the doc-strings of each function for more details.
 ;;
 ;; project-load           - set project variables, open files named in the
 ;;                          open-files-cache, run startup hook
@@ -42,24 +45,24 @@
 ;; project-tags           - regenerate the project's TAGS file
 ;; project-dired          - open 'dired' on the project's basedir
 
-;; Example use:
+;; Example configuration:
 ;;
 ;; (require 'mk-project)
 ;;
-;; (project-def &quot;my-proj&quot;
-;;       '((basedir          &quot;/home/me/my-proj/&quot;)
+;; (project-def &quot;my-java-project&quot;g
+;;       '((basedir          &quot;/home/me/my-java-project/&quot;)
 ;;         (src-patterns     (&quot;*.java&quot; &quot;*.jsp&quot;))
 ;;         (ignore-patterns  (&quot;*.class&quot; &quot;*.wsdl&quot;))
-;;         (tags-file        &quot;/home/me/my-proj/TAGS&quot;)
-;;         (file-list-cache  &quot;/home/me/.my-proj-files&quot;)
-;;         (open-files-cache &quot;/home/me/.my-proj-open-files&quot;)
+;;         (tags-file        &quot;/home/me/.my-java-project/TAGS&quot;)
+;;         (file-list-cache  &quot;/home/me/.my-java-project/files&quot;)
+;;         (open-files-cache &quot;/home/me/.my-java-project/open-files&quot;)
 ;;         (vcs              git)
 ;;         (compile-cmd      &quot;ant&quot;)
 ;;         (ack-args         &quot;--java&quot;)
-;;         (startup-hook     myproj-startup-hook)
+;;         (startup-hook     my-java-project-startup)
 ;;         (shutdown-hook    nil)))
 ;;
-;; (defun myproj-startup-hook ()
+;; (defun my-java-project-startup ()
 ;;   (setq c-basic-offset 3))
 ;;
 ;; (global-set-key (kbd &quot;C-c p c&quot;) 'project-compile)
@@ -86,7 +89,7 @@
 (require 'thingatpt)
 (require 'cl)
 
-(defvar mk-proj-version &quot;1.1&quot;
+(defvar mk-proj-version &quot;1.2&quot;
   &quot;As tagged at http://github.com/mattkeller/mk-project/tree/master&quot;)
 
 ;; ---------------------------------------------------------------------</diff>
      <filename>mk-project.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af6cfaef8966ef67fe9b3b3158b9ed1005d1192e</id>
    </parent>
  </parents>
  <author>
    <name>Matt Keller</name>
    <email>mk@littleredbat.net</email>
  </author>
  <url>http://github.com/mattkeller/mk-project/commit/ae276da526daa2c9581b0957d2932cb501adaf49</url>
  <id>ae276da526daa2c9581b0957d2932cb501adaf49</id>
  <committed-date>2009-09-09T10:36:26-07:00</committed-date>
  <authored-date>2009-09-09T10:36:26-07:00</authored-date>
  <message>Small doc improvements</message>
  <tree>3b78c2c22e8843a3fe003ee1ada4ee56b51d1880</tree>
  <committer>
    <name>Matt Keller</name>
    <email>mk@littleredbat.net</email>
  </committer>
</commit>
