diff options
| -rw-r--r-- | lisp/abbrev.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ad5e75b7987..9bd7e533d3e 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -374,8 +374,8 @@ The abbrev to be expanded starts here rather than at beginning of | |||
| 374 | word. This way, you can expand an abbrev with a prefix: insert | 374 | word. This way, you can expand an abbrev with a prefix: insert |
| 375 | the prefix, use this command, then insert the abbrev. | 375 | the prefix, use this command, then insert the abbrev. |
| 376 | 376 | ||
| 377 | This command a hyphen after the prefix, and if the abbrev is | 377 | This command inserts a hyphen after the prefix, and if the abbrev |
| 378 | subsequently expanded, this hyphen will be removed. | 378 | is subsequently expanded, this hyphen will be removed. |
| 379 | 379 | ||
| 380 | If the prefix is itself an abbrev, this command expands it, | 380 | If the prefix is itself an abbrev, this command expands it, |
| 381 | unless ARG is non-nil. Interactively, ARG is the prefix | 381 | unless ARG is non-nil. Interactively, ARG is the prefix |