aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/abbrev.el4
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
374word. This way, you can expand an abbrev with a prefix: insert 374word. This way, you can expand an abbrev with a prefix: insert
375the prefix, use this command, then insert the abbrev. 375the prefix, use this command, then insert the abbrev.
376 376
377This command a hyphen after the prefix, and if the abbrev is 377This command inserts a hyphen after the prefix, and if the abbrev
378subsequently expanded, this hyphen will be removed. 378is subsequently expanded, this hyphen will be removed.
379 379
380If the prefix is itself an abbrev, this command expands it, 380If the prefix is itself an abbrev, this command expands it,
381unless ARG is non-nil. Interactively, ARG is the prefix 381unless ARG is non-nil. Interactively, ARG is the prefix