summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-05-26 22:38:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-05-26 22:38:29 -0700
commit6c5fa28d4f72c29ff5958095ebbb1623dc030346 (patch)
treee5b0840f4ac22c262875d946298019d9ada0b46f
parente9e341bb4bf06b25bc4feb754544c77b0021a3bd (diff)
Spelling fix.
-rw-r--r--doc/emacs/abbrevs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/abbrevs.texi b/doc/emacs/abbrevs.texi
index 04349454fe..4d46a5d8f5 100644
--- a/doc/emacs/abbrevs.texi
+++ b/doc/emacs/abbrevs.texi
@@ -206,7 +206,7 @@ to turn on Abbrev mode first. It may also be useful together with a
special set of abbrev definitions for making several global replacements at
once. This command is effective even if Abbrev mode is not enabled.
- The function @code{expand-abbrev} peforms the expansion by calling
+ The function @code{expand-abbrev} performs the expansion by calling
the function that @code{abbrev-expand-function} specifies. By
changing this function you can make arbitrary changes to
the abbrev expansion. @xref{Abbrev Expansion,,, elisp, The Emacs Lisp