diff options
| -rw-r--r-- | doc/emacs/abbrevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/abbrevs.texi b/doc/emacs/abbrevs.texi index 04349454fe0..4d46a5d8f57 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 | |||
| 206 | special set of abbrev definitions for making several global replacements at | 206 | special set of abbrev definitions for making several global replacements at |
| 207 | once. This command is effective even if Abbrev mode is not enabled. | 207 | once. This command is effective even if Abbrev mode is not enabled. |
| 208 | 208 | ||
| 209 | The function @code{expand-abbrev} peforms the expansion by calling | 209 | The function @code{expand-abbrev} performs the expansion by calling |
| 210 | the function that @code{abbrev-expand-function} specifies. By | 210 | the function that @code{abbrev-expand-function} specifies. By |
| 211 | changing this function you can make arbitrary changes to | 211 | changing this function you can make arbitrary changes to |
| 212 | the abbrev expansion. @xref{Abbrev Expansion,,, elisp, The Emacs Lisp | 212 | the abbrev expansion. @xref{Abbrev Expansion,,, elisp, The Emacs Lisp |