aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-07-18 15:44:51 +0300
committerEli Zaretskii2019-07-18 15:44:51 +0300
commitcdf8a4f920bfebb85bac4098504d740aaf942c66 (patch)
tree662f4591c6ca39a1bd9b1a91daef378d16c96c82
parentb10464c6f92f4102e1c4a055c2683c1ab1b98bc6 (diff)
downloademacs-cdf8a4f920bfebb85bac4098504d740aaf942c66.tar.gz
emacs-cdf8a4f920bfebb85bac4098504d740aaf942c66.zip
* lisp/abbrev.el (abbrev-prefix-mark): Fix a typo. (Bug#36715)
-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