34 Abbrevs
A defined abbrev is a word which expands, if you insert
it, into some different text. Abbrevs are defined by the user to expand
in specific ways. For example, you might define ‘foo’ as an abbrev
expanding to ‘find outer otter’. Then you would be able to insert
‘find outer otter ’ into the buffer by typing f o o
<SPC>.
A second kind of abbreviation facility is called dynamic abbrev
expansion. You use dynamic abbrev expansion with an explicit command
to expand the letters in the buffer before point by looking for other
words in the buffer that start with those letters. See Dynamic Abbrevs.
“Hippie” expansion generalizes abbreviation expansion. See Hippie Expansion.