(defun inverse-add-mode-abbrev (n)
"Define the word before point as a mode-specific abbreviation.
With prefix argument N, define the Nth word before point as the
-abbreviation.
+abbreviation. Negative N means use the Nth word after point.
If `only-global-abbrevs' is non-nil, this command defines a
global (mode-independent) abbrev instead of a mode-specific one.
(defun inverse-add-global-abbrev (n)
"Define the word before point as a global (mode-independent) abbreviation.
With prefix argument N, define the Nth word before point as the
-abbreviation.
+abbreviation. Negative N means use the Nth word after point.
This command reads the expansion from the minibuffer, defines the
abbrev, and then expands the abbreviation in the current buffer.