<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,14 @@
-;;; inflections.el ---
+;;; inflections.el --- convert english words between singular and plural
 
 ;; Copyright (C) 2006 Dmitry Galinsky &lt;dima dot exe at gmail dot com&gt;
 
-;; Authors: Dmitry Galinsky &lt;dima dot exe at gmail dot com&gt;,
-;;          Howard Yeh &lt;hayeah at gmail dot com&gt;
-
+;; Authors: Dmitry Galinsky, Howard Yeh
+;; URL: http://emacs-rails.rubyforge.org/svn/trunk/inflections.el
+;; Version: 1.0
+;; Created: 2007-11-02
 ;; Keywords: ruby rails languages oop
-;; $URL: http://emacs-rails.rubyforge.org/svn/trunk/inflections.el $
-;; $Id: inflections.el 216 2007-11-02 20:48:22Z dimaexe $
+
+;; This file is NOT part of GNU Emacs.
 
 ;;; License
 
@@ -126,6 +127,7 @@
 
   (:uncountable &quot;equipment&quot; &quot;information&quot; &quot;rice&quot; &quot;money&quot; &quot;species&quot; &quot;series&quot; &quot;fish&quot; &quot;sheep&quot; &quot;news&quot;))
 
+;;;###autoload
 (defun singularize-string (str)
   (when (stringp str)
     (or (car (member str inflection-uncountables))
@@ -135,6 +137,7 @@
               when singular do (return singular))
         str)))
 
+;;;###autoload
 (defun pluralize-string (str)
   (when (stringp str)
     (or (car (member str inflection-uncountables))</diff>
      <filename>inflections.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8e6bdd1b4dd94d09180ebb6c4725f1db2361c3a5</id>
    </parent>
  </parents>
  <author>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </author>
  <url>http://github.com/eschulte/jump.el/commit/93979037e75fba8d53eb56f2e526ac9d154bbf1b</url>
  <id>93979037e75fba8d53eb56f2e526ac9d154bbf1b</id>
  <committed-date>2009-01-13T17:05:59-08:00</committed-date>
  <authored-date>2009-01-13T17:05:59-08:00</authored-date>
  <message>added headers and autoload comments for submission to ELPA</message>
  <tree>6b3497ebe5ec1b384cf9df53d8fc5177ed6c40d9</tree>
  <committer>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </committer>
</commit>
